English | 简体中文
A minimal Vue Admin Pro with Element UI & axios & iconfont & permission control & lint
Live demo: https://HaitaoWang555.github.io/vue3-admin-pro Live demo: http://wanghaitao555.gitee.io/vue3-admin-pro
# clone the project
git clone https://github.com/HaitaoWang555/vue3-admin-pro.git
# enter the project directory
cd vue3-admin-pro
# install dependency
npm install
# develop
npm run dev
This will automatically open http://localhost:9528
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto fix
npm run lint -- --fix
MIT license.
Copyright (c) 2017-present HaitaoWang555