/base-admin-web

基于ant-design-vue-pro开发的权限基础框架,有相对应的后端项目

Primary LanguageVueMIT LicenseMIT

English | 简体中文

By Ant Design Vue Pro

An out-of-box UI solution for enterprise applications as a Vue boilerplate. based on Ant Design of Vue

Project setup

  • 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