????????

allen 8e0c668101 解决 BUG %!s(int64=3) %!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 553406867c 增加led功能 %!s(int64=3) %!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 e3a0cf32c9 试听基本完成 %!s(int64=3) %!d(string=hai) anos
src 8e0c668101 解决 BUG %!s(int64=3) %!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 0a13f301ae ui镜像构建可通过设定环境变量改变API地址 %!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