base on Ant design pro vue
- 文档: http://doc.catchadmin.com
- BBS: http://bbs.catchadmin.com
- 后端地址: https://github.com/yanwenwu/catch-admin
- 演示地址: http://vue.catchadmin.com
- 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
- Clone repo
git clone https://github.com/yanwenwu/catch-admin-vue.git
cd catch-admin-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 lint
-
IMPORTANT : About Issue feedback !! when opening Issue read Issue / PR Contributing
-
Vue-cli3 used by the project.
-
Disable Eslint (not recommended): remove
eslintConfig
field inpackage.json
andvue.config.js
fieldlintOnSave: false
-
Load on Demand: modify
/src/main.js
L14, replace toimport './core/lazy_use'
code. more load-on-demand.md -
Customize Theme: Custom Theme Config (@kokoroli)
-
I18n: locales (@musnow)
-
Production env
mock
is disabled. usesrc/mock/index.js
-
Plz use
release
version
Modern browsers and IE10.
IE / Edge |
Firefox |
Chrome |
Safari |
Opera |
---|---|---|---|---|
IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
欢迎提交建议。