English | 简体中文
Vue Power Admin is a fullstack project template for management systems. Built with Vite, Vue3 and elements-plus.
- I18n - Fine integrated with vue-i18n,takes zero step to make your project switchable between different languages
- Theming - 6 presets themes and support for primary color runtime customization
- Layouts - Built-in layouts switchable during runtime
- Fine-grained to actions level authority models
- Rich built-in components - Many built-in components that can help you sovle the daily usage scenarios
- Code automation - Save time on repetitive works
- Coding with confidence - Fine integrated with Simple-git-hooks and ESLint, ensure your code quality and make the code format more uniform in style
- Data mock - Provide built-in mock support for realtime development api and production injection
# download and pick `vpa-frontend` option
pnpm create vpa vue-power-admin
# cd vue-power-admin
cd vue-power-admin
# install dependencies
pnpm i
# start up
pnpm dev
All kinds of contributions are welcomed!
This project cannot be done without these projects:
- Vite
- Vue3
- Vue Router
- Pinia
- Typescript
- ElementPlus
- Unocss
- Vue-i18n
- MockJS
- Eslint
- Simple-git-hooks
MIT License © 2022-PRESENT toryz