????????

wuyunfeng 34bb86fc07 设置485设备重启 2 년 전
build 259d2750b1 11 2 년 전
dist 259d2750b1 11 2 년 전
languages 34bb86fc07 设置485设备重启 2 년 전
mock 259d2750b1 11 2 년 전
node_modules 259d2750b1 11 2 년 전
plop-templates 259d2750b1 11 2 년 전
public 259d2750b1 11 2 년 전
src 34bb86fc07 设置485设备重启 2 년 전
.eslintignore 259d2750b1 11 2 년 전
.eslintrc.js 259d2750b1 11 2 년 전
.gitignore 259d2750b1 11 2 년 전
Dockerfile 9fdac3af3c 增加广播的配置项 3 년 전
LICENSE 259d2750b1 11 2 년 전
README.md 259d2750b1 11 2 년 전
babel.config.js 259d2750b1 11 2 년 전
jest.config.js 259d2750b1 11 2 년 전
jsconfig.json 259d2750b1 11 2 년 전
nginx.conf 81311ddc34 初始化 4 년 전
package-lock-bak.json 0d19e31f65 Merge branch 'master' into develop 2 년 전
package-lock.json a4ff857b48 开发linux设备初始化版本上传的界面 2 년 전
package.json 53898b7fc1 添加倒计时组件、屏幕提示语组件配置.调整菜单叠加 2 년 전
plopfile.js 259d2750b1 11 2 년 전
postcss.config.js 259d2750b1 11 2 년 전
vue.config.js 259d2750b1 11 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