????????

vothin aaddc614f0 增加sip的录音播放功能 1 年之前
build 259d2750b1 11 2 年之前
dist d16cbc3e7f 增加年龄隐藏,增加房间和床位的字数限制,增加菜单的字数限制 1 年之前
languages 35bd7c44ac 设备菜单详情增加视频链接插入,修改医嘱结束时间的范围 1 年之前
mock 259d2750b1 11 2 年之前
plop-templates 259d2750b1 11 2 年之前
public 3d707861fe 还原配置文件 1 年之前
src aaddc614f0 增加sip的录音播放功能 1 年之前
.eslintignore 259d2750b1 11 2 年之前
.eslintrc.js 259d2750b1 11 2 年之前
.gitignore 0377aa667a 修复国外科室设置选择时间后会消除0,导致无法保存的问题.完善翻译 2 年之前
Dockerfile ee9f1a4244 补上缺失的翻译内容,优化医院的路由名称和跳转,修改脚本文件 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 81311ddc34 初始化 4 年之前
package.json 203a5ee76d 接入wangEditor 1 年之前
plopfile.js 259d2750b1 11 2 年之前
postcss.config.js 259d2750b1 11 2 年之前
set-envs.sh ee9f1a4244 补上缺失的翻译内容,优化医院的路由名称和跳转,修改脚本文件 1 年之前
vue.config.js 259d2750b1 11 2 年之前

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