????????

vothin 2bfba7d297 增加翻译,修复值缺失会导致显示空白的问题 6 месяцев назад
build 259d2750b1 11 2 лет назад
dist bddd4ee0f4 科室设置增加参数 8 месяцев назад
languages 2bfba7d297 增加翻译,修复值缺失会导致显示空白的问题 6 месяцев назад
mock 259d2750b1 11 2 лет назад
plop-templates 259d2750b1 11 2 лет назад
public 9824780ce5 增加设备按钮设置 10 месяцев назад
src 2bfba7d297 增加翻译,修复值缺失会导致显示空白的问题 6 месяцев назад
.eslintignore 259d2750b1 11 2 лет назад
.eslintrc.js 259d2750b1 11 2 лет назад
.gitignore 91c662fce7 文件管理器,文章编辑器 1 год назад
Dockerfile f39796f392 删除文件服务地址配置 10 месяцев назад
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 d5a6d17fdd 门禁用户人脸照片设置,同步用户到门禁设备 9 месяцев назад
plopfile.js 259d2750b1 11 2 лет назад
postcss.config.js 259d2750b1 11 2 лет назад
set-envs.sh 1cf425030d Merge branch 'develop' of http://git.wdklian.com/allen/ncs_ui into develop 10 месяцев назад
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