????????

vothin 19d54ddf72 床位数量限制更改为200 %!s(int64=2) %!d(string=hai) anos
.idea e29001e25a 体征输出至界面正常 %!s(int64=3) %!d(string=hai) anos
build b897ee033e 体征接口例外给安卓分机用 %!s(int64=3) %!d(string=hai) anos
dist 0a13f301ae ui镜像构建可通过设定环境变量改变API地址 %!s(int64=3) %!d(string=hai) anos
languages 36edbd619e 输入身份证后,自动更新用户的性别,生日,年龄,选择亲属的时候,自动选择性别 %!s(int64=2) %!d(string=hai) anos
mock 81311ddc34 初始化 %!s(int64=4) %!d(string=hai) anos
node_modules f28b8288dd 设备列表 %!s(int64=4) %!d(string=hai) anos
plop-templates 81311ddc34 初始化 %!s(int64=4) %!d(string=hai) anos
public 52e12b990e 允许上传 flac %!s(int64=3) %!d(string=hai) anos
src 19d54ddf72 床位数量限制更改为200 %!s(int64=2) %!d(string=hai) anos
.env 4724e4be28 添加对讲频道管理 %!s(int64=3) %!d(string=hai) anos
.eslintignore 243b6866e2 添加eslintrc文件 %!s(int64=4) %!d(string=hai) anos
.eslintrc.js e29001e25a 体征输出至界面正常 %!s(int64=3) %!d(string=hai) anos
.gitignore b7736bc0a5 忽略文件更新,忽略.idea .DS_Store %!s(int64=3) %!d(string=hai) anos
Dockerfile 9fdac3af3c 增加广播的配置项 %!s(int64=3) %!d(string=hai) anos
LICENSE 81311ddc34 初始化 %!s(int64=4) %!d(string=hai) anos
README.md e29001e25a 体征输出至界面正常 %!s(int64=3) %!d(string=hai) anos
babel.config.js 81311ddc34 初始化 %!s(int64=4) %!d(string=hai) anos
jest.config.js 81311ddc34 初始化 %!s(int64=4) %!d(string=hai) anos
jsconfig.json 81311ddc34 初始化 %!s(int64=4) %!d(string=hai) anos
nginx.conf 81311ddc34 初始化 %!s(int64=4) %!d(string=hai) anos
package-lock.json e3a0cf32c9 试听基本完成 %!s(int64=3) %!d(string=hai) anos
package.json e3a0cf32c9 试听基本完成 %!s(int64=3) %!d(string=hai) anos
plopfile.js 81311ddc34 初始化 %!s(int64=4) %!d(string=hai) anos
postcss.config.js 81311ddc34 初始化 %!s(int64=4) %!d(string=hai) anos
vue.config.js e3a0cf32c9 试听基本完成 %!s(int64=3) %!d(string=hai) anos

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