????????

wenningning f35c9a154d 优化一下室内定位请求接口 hace 1 semana
build 259d2750b1 11 hace 2 años
dist 07caecfd5f Merge branch 'feature/1.5.3-update-20250331' into develop hace 2 meses
languages 7789b5fc9f 室内外足迹跳转 hace 1 semana
mock 259d2750b1 11 hace 2 años
plop-templates 259d2750b1 11 hace 2 años
public 7789b5fc9f 室内外足迹跳转 hace 1 semana
src f35c9a154d 优化一下室内定位请求接口 hace 1 semana
.eslintignore 259d2750b1 11 hace 2 años
.eslintrc.js 259d2750b1 11 hace 2 años
.gitignore 91c662fce7 文件管理器,文章编辑器 hace 1 año
Dockerfile f39796f392 删除文件服务地址配置 hace 10 meses
LICENSE 259d2750b1 11 hace 2 años
README.md 259d2750b1 11 hace 2 años
babel.config.js 259d2750b1 11 hace 2 años
develop.md c182e542f6 整理科室菜单及权限应用 hace 1 año
jest.config.js 259d2750b1 11 hace 2 años
jsconfig.json 259d2750b1 11 hace 2 años
nginx.conf 7a8a8e81f8 消息中心及文件管理器发布 hace 1 año
package.json ad3f7756b0 聚合点,位置优化 hace 1 mes
plopfile.js 259d2750b1 11 hace 2 años
postcss.config.js 259d2750b1 11 hace 2 años
set-envs.sh 1cf425030d Merge branch 'develop' of http://git.wdklian.com/allen/ncs_ui into develop hace 10 meses
vue.config.js 91c662fce7 文件管理器,文章编辑器 hace 1 año

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