????????

vothin 7500a1d0e9 修改科室设置的翻译 il y a 2 ans
build 259d2750b1 11 il y a 2 ans
dist 8d01177b72 提交部分代码 il y a 2 ans
languages 7500a1d0e9 修改科室设置的翻译 il y a 2 ans
mock 259d2750b1 11 il y a 2 ans
plop-templates 259d2750b1 11 il y a 2 ans
public 6c7f6f3a50 开发小组件统计功能 il y a 2 ans
src e17acec3fc 更改科室设置的顺序 il y a 2 ans
.eslintignore 259d2750b1 11 il y a 2 ans
.eslintrc.js 259d2750b1 11 il y a 2 ans
.gitignore 0377aa667a 修复国外科室设置选择时间后会消除0,导致无法保存的问题.完善翻译 il y a 2 ans
Dockerfile 9fdac3af3c 增加广播的配置项 il y a 3 ans
LICENSE 259d2750b1 11 il y a 2 ans
README.md 259d2750b1 11 il y a 2 ans
babel.config.js 259d2750b1 11 il y a 2 ans
jest.config.js 259d2750b1 11 il y a 2 ans
jsconfig.json 259d2750b1 11 il y a 2 ans
nginx.conf 81311ddc34 初始化 il y a 4 ans
package.json 2697a1abf1 超级管理员添加交互记录推送配置 il y a 2 ans
plopfile.js 259d2750b1 11 il y a 2 ans
postcss.config.js 259d2750b1 11 il y a 2 ans
vue.config.js 259d2750b1 11 il y a 2 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