????????

vothin b7ed8772e8 增加广播开启功能 10 月之前
build 259d2750b1 11 2 年之前
dist b7ed8772e8 增加广播开启功能 10 月之前
languages b7ed8772e8 增加广播开启功能 10 月之前
mock 259d2750b1 11 2 年之前
plop-templates 259d2750b1 11 2 年之前
public 654427d399 增加护士主机的刷卡权限,修改部分英文翻译 11 月之前
src b7ed8772e8 增加广播开启功能 10 月之前
.eslintignore 259d2750b1 11 2 年之前
.eslintrc.js 259d2750b1 11 2 年之前
.gitignore 91c662fce7 文件管理器,文章编辑器 1 年之前
Dockerfile 7a8a8e81f8 消息中心及文件管理器发布 1 年之前
LICENSE 259d2750b1 11 2 年之前
README.md 259d2750b1 11 2 年之前
babel.config.js 259d2750b1 11 2 年之前
develop.md c182e542f6 整理科室菜单及权限应用 1 年之前
jest.config.js 259d2750b1 11 2 年之前
jsconfig.json 259d2750b1 11 2 年之前
nginx.conf 7a8a8e81f8 消息中心及文件管理器发布 1 年之前
package.json 7a8a8e81f8 消息中心及文件管理器发布 1 年之前
plopfile.js 259d2750b1 11 2 年之前
postcss.config.js 259d2750b1 11 2 年之前
set-envs.sh 1d2ae81796 增加lora按钮相关的逻辑 11 月之前
vue.config.js 91c662fce7 文件管理器,文章编辑器 1 年之前

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