howezhong / antdv-admin

基于 ant-design-vue 开发的纯净版 cms 管理系统

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

antdv-admin

Env and dependencies

  • node
  • npm
  • webpack
  • eslint
  • @vue/cli ~4
  • ant-design-vue - Ant Design Of Vue
  • axios
  • js-cookie
  • mockjs

Clone repo

git clone https://github.com/howezhong/antdv-admin.git
cd antdv-admin

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Automatically generate Vue components

npm run new

Customize configuration

See Configuration Reference.

About

基于 ant-design-vue 开发的纯净版 cms 管理系统

License:MIT License


Languages

Language:Vue 49.0%Language:JavaScript 42.9%Language:Less 6.5%Language:HTML 1.6%