????????

vothin 732b8d3934 提交科室设置 2 gadi atpakaļ
build b897ee033e 体征接口例外给安卓分机用 3 gadi atpakaļ
dist 0a13f301ae ui镜像构建可通过设定环境变量改变API地址 3 gadi atpakaļ
languages 135eb8762d 科室设置增加按钮点亮屏幕并且触发功能的设置 2 gadi atpakaļ
mock 81311ddc34 初始化 4 gadi atpakaļ
plop-templates 81311ddc34 初始化 4 gadi atpakaļ
public 52e12b990e 允许上传 flac 3 gadi atpakaļ
src 732b8d3934 提交科室设置 2 gadi atpakaļ
.eslintignore 243b6866e2 添加eslintrc文件 4 gadi atpakaļ
.eslintrc.js e29001e25a 体征输出至界面正常 3 gadi atpakaļ
.gitignore b7736bc0a5 忽略文件更新,忽略.idea .DS_Store 3 gadi atpakaļ
Dockerfile 9fdac3af3c 增加广播的配置项 3 gadi atpakaļ
LICENSE 81311ddc34 初始化 4 gadi atpakaļ
README.md e29001e25a 体征输出至界面正常 3 gadi atpakaļ
babel.config.js 81311ddc34 初始化 4 gadi atpakaļ
jest.config.js 81311ddc34 初始化 4 gadi atpakaļ
jsconfig.json 81311ddc34 初始化 4 gadi atpakaļ
nginx.conf 81311ddc34 初始化 4 gadi atpakaļ
package-lock.json 31ee2bbb70 修复tui-editor导致的启动及安装报错问题 2 gadi atpakaļ
package.json 31ee2bbb70 修复tui-editor导致的启动及安装报错问题 2 gadi atpakaļ
plopfile.js 81311ddc34 初始化 4 gadi atpakaļ
postcss.config.js 81311ddc34 初始化 4 gadi atpakaļ
vue.config.js e3a0cf32c9 试听基本完成 3 gadi atpakaļ

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