Quick Start
Ant Design Vue is dedicated to providing a good development experience for programmers. Make sure that you had installed Node.js (> v8.9) correctly.
Quick Project Installation
To install the Muse Dashboard Template, you only have run this command in your npm project :
Direct Download
You can also download and unzip or clone the project, and then run one of the installation commands below :
Import ant-design-vue
A new project can be created using CLI tools.
And, setup your vue project configuration.
A new project can be created using CLI tools.
Fully import
The above imports Antd entirely. Note that CSS file needs to be imported separately.
Only import the components you need
Compatibility
Ant Design Vue supports all the modern browsers and IE9+.
You need to provide es5-shim and es6-shim and other polyfills for IE browsers.
If you are using babel, we strongly recommend using babel-polyfill and babel-plugin-transform-runtime instead of those two shims.
Looking for more Ant Design Documentation on getting started? Please check the official docs.