HaitaoWang555 / vue3-admin-pro

a vue3 element-plus admin

Home Page:https://wanghaitao555.gitee.io/vue3-admin-pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue3-admin-pro

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

Build Setup

# 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

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# 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

License

MIT license.

Copyright (c) 2017-present HaitaoWang555

About

a vue3 element-plus admin

https://wanghaitao555.gitee.io/vue3-admin-pro

License:MIT License


Languages

Language:Vue 49.0%Language:JavaScript 46.2%Language:SCSS 4.2%Language:CSS 0.3%Language:HTML 0.2%