Project setup

  • Clone repo
git clone --depth=1 https://github.com/vueComponent/ant-design-vue-pro.git antdesignprovue
cd antdesignprovue
  • 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