????????

vothin 3064c73fc2 增加托管界面开启功能 il y a 1 an
build 259d2750b1 11 il y a 2 ans
dist 877d33566e Merge branch 'develop' into feature/1.5.3-file-manager il y a 1 an
languages 3064c73fc2 增加托管界面开启功能 il y a 1 an
mock 259d2750b1 11 il y a 2 ans
plop-templates 259d2750b1 11 il y a 2 ans
public 7a8a8e81f8 消息中心及文件管理器发布 il y a 1 an
src 3064c73fc2 增加托管界面开启功能 il y a 1 an
.eslintignore 259d2750b1 11 il y a 2 ans
.eslintrc.js 259d2750b1 11 il y a 2 ans
.gitignore 91c662fce7 文件管理器,文章编辑器 il y a 1 an
Dockerfile 7a8a8e81f8 消息中心及文件管理器发布 il y a 1 an
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
develop.md c182e542f6 整理科室菜单及权限应用 il y a 1 an
jest.config.js 259d2750b1 11 il y a 2 ans
jsconfig.json 259d2750b1 11 il y a 2 ans
nginx.conf 7a8a8e81f8 消息中心及文件管理器发布 il y a 1 an
package.json 7a8a8e81f8 消息中心及文件管理器发布 il y a 1 an
plopfile.js 259d2750b1 11 il y a 2 ans
postcss.config.js 259d2750b1 11 il y a 2 ans
set-envs.sh 7a8a8e81f8 消息中心及文件管理器发布 il y a 1 an
vue.config.js 91c662fce7 文件管理器,文章编辑器 il y a 1 an

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