English | 简体中文
An out-of-box UI solution for enterprise applications as a Vue boilerplate. based on Ant Design of Vue
- Clone repo
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