????????

vothin bb4ed9cfe1 取消logo注释 il y a 2 ans
build b897ee033e 体征接口例外给安卓分机用 il y a 3 ans
dist 0a13f301ae ui镜像构建可通过设定环境变量改变API地址 il y a 3 ans
languages bb4ed9cfe1 取消logo注释 il y a 2 ans
mock 81311ddc34 初始化 il y a 4 ans
node_modules f28b8288dd 设备列表 il y a 4 ans
plop-templates 81311ddc34 初始化 il y a 4 ans
public 52e12b990e 允许上传 flac il y a 3 ans
src bb4ed9cfe1 取消logo注释 il y a 2 ans
.eslintignore 243b6866e2 添加eslintrc文件 il y a 4 ans
.eslintrc.js e29001e25a 体征输出至界面正常 il y a 3 ans
.gitignore b7736bc0a5 忽略文件更新,忽略.idea .DS_Store il y a 3 ans
Dockerfile 9fdac3af3c 增加广播的配置项 il y a 3 ans
LICENSE 81311ddc34 初始化 il y a 4 ans
README.md e29001e25a 体征输出至界面正常 il y a 3 ans
babel.config.js 81311ddc34 初始化 il y a 4 ans
jest.config.js 81311ddc34 初始化 il y a 4 ans
jsconfig.json 81311ddc34 初始化 il y a 4 ans
nginx.conf 81311ddc34 初始化 il y a 4 ans
package-lock.json 9ea50fab6e 恢复翻译 il y a 2 ans
package.json 9ea50fab6e 恢复翻译 il y a 2 ans
plopfile.js 81311ddc34 初始化 il y a 4 ans
postcss.config.js 81311ddc34 初始化 il y a 4 ans
vue.config.js e3a0cf32c9 试听基本完成 il y a 3 ans

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