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 3 Next »


Environment

System

MacOS Big sur 11.1

React

17.0.1

IDEA Version

Intellij

Install Git

Link: Git - MacOS

Install Nodejs

Download

Link: Node - MacOS

Install Yarn

Url: https://classic.yarnpkg.com/en/docs/install/#windows-stable => npm install --global yarn

Install IntelliJ IDEA

Option 1. Install IntelliJ IDEA Ultimate using hombrew

brew install intellij-idea

Option 2. Install IntelliJ IDEA Ultimate using Official Web site

Download - IntelliJ IDEA Ultimate

https://www.jetbrains.com/idea/download/

Install - IntelliJ IDEA Ultimate

Move into Applications


ICE4 - FrontBuilder Project Setting For IntelliJ

Source Code Download

Git Clone

Click Get Version Control

Write Account Information

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

Write Username & Password

Git Checkout

Click right side in the bottom

Choose what you want to checkout git branch


Project Setting

Click Preferences Install the plugin Vue.js for Vuejs syntax

Run npm install

Run yarn install

Change Domain Name

Default domain name is localhost

Open terminal and Type sudo nano /etc/hosts and press Return

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

  2. Save the file by pressing Ctrl + O and press Return

  3. Exit with Ctrl + X


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

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

  • No labels