## Getting started ```bash # clone the project git clone http://git.wdklian.com/allen/ncs_ui.git # enter the project directory cd ncs_ui # install dependency npm install --registry=https://registry.npm.taobao.org # develop npm run dev ``` This will automatically open http://localhost:9527 ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ``` ## Advanced ```bash # preview the release environment effect npm run preview # preview the release environment effect + static resource analysis npm run preview -- --report # code format check npm run lint # code format check and auto fix npm run lint -- --fix ``` docker run -d --name pdmserver -p 8086:8086 --log-opt max-size=500m --restart always --log-opt max-file=1 -v /mnt/pdm:/opt/v70/api -v /mnt/pdm/upload:/opt/v70/api/upload -e Jar=/opt/v70/api/pdm-0.0.1-SNAPSHOT.jar -e JAR_ARG=--spring.config.location=/opt/v70/api/application.yml registry.cn-shenzhen.aliyuncs.com/wdkl/api:1.1 npm