Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »


Environment

System

Windows 10

React

17.0.1

IDEA Version

Visual studio code

Install Git

Link: Git - Windows 10

Install Nodejs

Download

Link: Node - MacOS

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 - FrontBuilder Project Setting For vscode

Source Code Download

Option1. Git clone by terminal

URL: http://dcsf-dev08.i-on.net/dxp/frontbuilder.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:3000/account/admin/SignIn

Apply ESLint

Click Settings

Enable ESlint

Enable Format on Save

Type default format and choose dbaeumer.vscode-eslint


ICE4 - FrontBuilder Editor

Prerequisite condition: running BackendCore source first

Running 3 source code :

  • Basecamp

  • FrontBuilder

  • BackendCore

Enter yarn run loc in terminal

Url: http://local.i-on.net:3000/account/admin/SignIn

Login Form

user: system

password: 1234

Update library on package.json

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

  • No labels