Environment
System | Windows |
VueJs | 2.x |
IDEA Version | Intellij |
Git | Latest version source |
Install Git
Install git using Official Web site
Download
Url: https://git-scm.com/download/win
Install
Version Check
git --version
Install Nodejs
Download
Url: https://nodejs.org/en/ => Recommended For Most Users version
Install Yarn
Url: https://classic.yarnpkg.com/en/docs/install/#windows-stable => npm install --global yarn
Install IntelliJ IDEA
Install IntelliJ IDEA Ultimate using Official Web site
Download - IntelliJ IDEA Ultimate
Url: https://www.jetbrains.com/idea/download/
Install - IntelliJ IDEA Ultimate
ICE4 - Basecamp Project Setting For IntelliJ
Source Code Download
Git Clone
Click Get from VCS
Write Account Information
URL: http://dcsf-dev08.i-on.net/dxp/basecamp.git
Write Username & Password
Git Checkout
Click right side in the bottom
Choose what you want to checkout git branch
Project Setting
Click Settings nstall the plugin Vue.js for Vuejs syntax
Run npm install
Run yarn install
Change Domain Name
The domain default name is localhost
Open notepad Run as administrator and open hosts file
Enter the domain name: 127.0.0.1 local.i-on.net
Save file
Next, run yarn run loc
Url: http://local.i-on.net:8000
Update library on package.json
If you want to update package.json. Removing package-lock.json and then run npm install again