Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vueComponent/ant-design-vue-pro
đ¨đģâđģđŠđģâđģ Use Ant Design Vue like a Pro! (vue2)
https://github.com/vueComponent/ant-design-vue-pro
admin ant-design antd antd-pro css dashboard vue vue-admin vuex
Last synced: about 2 months ago
JSON representation
đ¨đģâđģđŠđģâđģ Use Ant Design Vue like a Pro! (vue2)
- Host: GitHub
- URL: https://github.com/vueComponent/ant-design-vue-pro
- Owner: vueComponent
- License: mit
- Created: 2018-09-15T10:39:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:34:11.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:05:13.627Z (about 2 months ago)
- Topics: admin, ant-design, antd, antd-pro, css, dashboard, vue, vue-admin, vuex
- Language: Vue
- Homepage: https://pro.antdv.com
- Size: 6.46 MB
- Stars: 10,734
- Watchers: 238
- Forks: 3,103
- Open Issues: 213
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - vueComponent/ant-design-vue-pro
README
English | [įŽäŊä¸æ](./README.zh-CN.md)
Ant Design Vue Pro
An out-of-box UI solution for enterprise applications as a Vue boilerplate. based on Ant Design of Vue[![License](https://img.shields.io/npm/l/package.json.svg?style=flat)](https://github.com/vueComponent/ant-design-vue-pro/blob/master/LICENSE)
[![Release](https://img.shields.io/github/release/vueComponent/ant-design-vue-pro.svg?style=flat)](https://github.com/vueComponent/ant-design-vue-pro/releases/latest)
[![Support Vue Version](https://img.shields.io/badge/Support-Vue2-green?style=flat)](https://github.com/vueComponent/ant-design-vue-pro/releases/latest)
[![Travis branch](https://travis-ci.org/vueComponent/ant-design-vue-pro.svg?branch=master)](https://travis-ci.org/vueComponent/ant-design-vue-pro)- Preview: https://preview.pro.antdv.com
- Home Page: https://pro.antdv.com
- Documentation: https://pro.antdv.com/docs/getting-started
- ChangeLog: https://pro.antdv.com/docs/changelog
- FAQ: https://pro.antdv.com/docs/faq
- Vue3 ProLayout: https://github.com/vueComponent/pro-layoutOverview
----![dashboard](https://static-2.loacg.com/open/static/github/SP1.png)
### Env and dependencies
- node
- yarn
- webpack
- eslint
- @vue/cli
- [[email protected]](https://github.com/vueComponent/ant-design-vue) - Ant Design Of Vue
- [vue-cropper](https://github.com/xyxiao001/vue-cropper) - Picture edit
- [@antv/g2](https://antv.alipay.com/zh-cn/index.html) - AntV G2
- [Viser-vue](https://viserjs.github.io/docs.html#/viser/guide/installation) - Antv/G2 of Vue> Note: [Yarn](https://yarnpkg.com/) 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
```bash
git clone https://github.com/vueComponent/ant-design-vue-pro.git
cd ant-design-vue-pro
```- 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
```### Other
- **IMPORTANT : Issue feedback !! when opening Issue read [Issue / PR Contributing](https://github.com/vueComponent/ant-design-vue-pro/issues/90)**
- [Vue-cli3](https://cli.vuejs.org/guide/) used by the project.
- Disable Eslint (not recommended): remove `eslintConfig` field in `package.json` and `vue.config.js` field `lintOnSave: false`
- Load on Demand `/src/main.js` L14, in `import './core/lazy_use'`, `import './core/use''`. more [load-on-demand.md](./docs/load-on-demand.md)
- Customize Theme: [Custom Theme Config (@kokoroli)](https://github.com/kokoroli/antd-awesome/blob/master/docs/Ant_Design_%E6%A0%B7%E5%BC%8F%E8%A6%86%E7%9B%96.md)
- I18n: [locales (@musnow)](./src/locales/index.js)
- Production env `mock` is disabled. use `src/mock/index.js`
- pls use `release` version
## Browsers support
Modern browsers and IE10.
| [](http://godban.github.io/browsers-support-badges/)IE / Edge | [](http://godban.github.io/browsers-support-badges/)Firefox | [](http://godban.github.io/browsers-support-badges/)Chrome | [](http://godban.github.io/browsers-support-badges/)Safari | [](http://godban.github.io/browsers-support-badges/)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.