produce tool server ui

wuyunfeng fcca2b601e 添加产品 2 년 전
build 561858c72f 初始化仓库 2 년 전
languages 561858c72f 初始化仓库 2 년 전
plop-templates 561858c72f 初始化仓库 2 년 전
public fcca2b601e 添加产品 2 년 전
src fcca2b601e 添加产品 2 년 전
.eslintignore 561858c72f 初始化仓库 2 년 전
.eslintrc.js 561858c72f 初始化仓库 2 년 전
.gitignore 561858c72f 初始化仓库 2 년 전
Dockerfile 561858c72f 初始化仓库 2 년 전
LICENSE 561858c72f 初始化仓库 2 년 전
README.md fcca2b601e 添加产品 2 년 전
babel.config.js 561858c72f 初始化仓库 2 년 전
jest.config.js 561858c72f 初始化仓库 2 년 전
jsconfig.json 561858c72f 初始化仓库 2 년 전
nginx.conf 561858c72f 初始化仓库 2 년 전
package-lock.json 561858c72f 初始化仓库 2 년 전
package.json 561858c72f 初始化仓库 2 년 전
plopfile.js 561858c72f 初始化仓库 2 년 전
postcss.config.js 561858c72f 初始化仓库 2 년 전
vue.config.js 561858c72f 初始化仓库 2 년 전

README.md

Getting started

# 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

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# 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