Ant Design Pro's implementation with Vue
Vue Antd Admin
Ant Design Pro's implementation with Vue.
An out-of-box UI solution for enterprise applications as a React boilerplate.
Multiple theme modes available:
- Preview:https://iczer.gitee.io/vue-antd-admin
- Documentation:https://iczer.gitee.io/vue-antd-admin-docs
- FAQ:https://iczer.gitee.io/vue-antd-admin-docs/start/faq.html
- Mirror Repo in China:https://gitee.com/iczer/vue-antd-admin
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 |
Usage
clone
$ git clone https://github.com/iczer/vue-antd-admin.git
yarn
$ yarn install
$ yarn serve
or npm
$ npm install
$ npm run serve
More instructions at documentation.