Anchor | ||||
---|---|---|---|---|
|
Tip |
---|
Looking for setup guidelines? |
The guidelines for PlatformUI 3.0 setup contains the initial setup procedures including Installation, Configurations and various Commands to set the development environment on your local machine.
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
npm install
npm install -g @angular/cli@6.2.5
ng build –prod –base-href=/app/ ng serve
To create the artifact, please follow the following steps.
mvn clean install –DskipTests
|
Top Section