manager-system v1.0.1
代码发布到私服操作
- 1.修改package.json当中的version值,建议:如果是Bug修复,增加最后的版本号,如果是新增功能,增加中间的版本号
- 2.在项目根目录下使用命令行执行如下命令:
npm publish - 3.在引用到当前组件的项目当中修改版本号,并执行
npm install --registry http://npm.xiqiao.io获取到最新的版本
English | 简体中文
- Preview: https://preview.pro.loacg.com
- Home Page: https://pro.loacg.com
- Documentation: https://pro.loacg.com/docs/getting-started
- ChangeLog: https://pro.loacg.com/docs/changelog
- FAQ: https://pro.loacg.com/docs/faq
Overview




Env and dependencies
- node
- yarn
- webpack
- eslint
- @vue/cli ~3
- ant-design-vue - Ant Design Of Vue
- vue-cropper - Picture edit
- @antv/g2 - AntV G2
- Viser-vue - Antv/G2 of Vue
Note: Yarn package management is recommended, the exact same version loaded with the demo site of this project (yarn.lock) . but you can also use npm
Project setup
- Clone repo
git clone https://github.com/sendya/ant-design-pro-vue.git
cd ant-design-pro-vue- Install dependencies
yarn install- Compiles and hot-reloads for development
yarn run serve- Compiles and minifies for production
yarn run build- Lints and fixes files
yarn run lintOther
IMPORTANT : About Issue feedback !! when opening Issue read Issue / PR Contributing
Vue-cli3 used by the project.
Disable Eslint (not recommended): remove
eslintConfigfield inpackage.jsonandvue.config.jsfieldlintOnSave: falseLoad on Demand: modify
/src/main.jsL14, replace toimport './core/lazy_use'code. more load-on-demand.mdCustomize Theme: Custom Theme Config (@kokoroli)
I18n: locales (@musnow)
Production env
mockis disabled. usesrc/mock/index.jsPlz use
releaseversion
Browsers support
Modern browsers and IE10.
| IE / Edge | Firefox | Chrome | Safari | Opera |
|---|---|---|---|---|
| IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
Contributors
This project exists thanks to all the people who contribute.
Backers
Thank you to all our backers! 🙏 [Become a backer]
Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]