????????

wenningning 139093009f 1、优化添加员工必填; 1 year ago
build 259d2750b1 11 2 years ago
dist ee9f1a4244 补上缺失的翻译内容,优化医院的路由名称和跳转,修改脚本文件 1 year ago
languages 139093009f 1、优化添加员工必填; 1 year ago
mock 259d2750b1 11 2 years ago
plop-templates 259d2750b1 11 2 years ago
public ee9f1a4244 补上缺失的翻译内容,优化医院的路由名称和跳转,修改脚本文件 1 year ago
src 139093009f 1、优化添加员工必填; 1 year ago
.eslintignore 259d2750b1 11 2 years ago
.eslintrc.js 259d2750b1 11 2 years ago
.gitignore 0377aa667a 修复国外科室设置选择时间后会消除0,导致无法保存的问题.完善翻译 2 years ago
Dockerfile ee9f1a4244 补上缺失的翻译内容,优化医院的路由名称和跳转,修改脚本文件 1 year ago
LICENSE 259d2750b1 11 2 years ago
README.md 259d2750b1 11 2 years ago
babel.config.js 259d2750b1 11 2 years ago
develop.md c182e542f6 整理科室菜单及权限应用 1 year ago
jest.config.js 259d2750b1 11 2 years ago
jsconfig.json 259d2750b1 11 2 years ago
nginx.conf 81311ddc34 初始化 4 years ago
package.json 2697a1abf1 超级管理员添加交互记录推送配置 2 years ago
plopfile.js 259d2750b1 11 2 years ago
postcss.config.js 259d2750b1 11 2 years ago
set-envs.sh ee9f1a4244 补上缺失的翻译内容,优化医院的路由名称和跳转,修改脚本文件 1 year ago
vue.config.js 259d2750b1 11 2 years ago

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