Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Environment

System

Windows 10

VueJs

2.x

IDEA Version

Visual studio code

Install Git

Download

https://git-scm.com/ → Choose the latest version

...

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 vscode

Download and install - vscode

Url: https://code.visualstudio.com/

...

Next, Install necessary tools for Vuejs and our project

...

...

ICE4 - Basecamp Project Setting For vscode

Source Code Download

Option1. Git clone by terminal

URL: http://dcsf-dev08.i-on.net/dxp/basecamp.git

...

Next, Write Username & Password

Option2. Git clone by vscode

...

Git Checkout

Click git branch on the left side and choose what you want to checkout git branch

...

Project Setting

Run npm install

...

Run yarn install

...

Change Domain Name

The domain default name is localhost

Open notepad Run as administrator and open hosts file

...

  1. Enter the domain name: 127.0.0.1 local.i-on.net

  2. Save file

...

Next, run yarn run loc

Url: http://local.i-on.net:8000

Apply ESLint

Click Settings

...

Enable ESlint

Enable Format on Save

Type default format and choose dbaeumer.vscode-eslint

...

Update library on package.json

If you want to update package.json. Removing package-lock.json and then run npm install again

...