Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhou-tao/vue-power-admin

💪 A powerful admin based on Vue3.
https://github.com/zhou-tao/vue-power-admin

element-plus pinia typescript unocss vite vue vue-admin vue3 vue3-admin

Last synced: 4 days ago
JSON representation

💪 A powerful admin based on Vue3.

Awesome Lists containing this project

README

        


Vue-Power-Admin





release version
deploy status


Vue Power Admin


**English** | [简体中文](./README.zh-CN.md)

### :loudspeaker: Introduction

> [Vue Power Admin](https://vue-power-admin.netlify.app) is a fullstack project template for management systems. Built with Vite, Vue3 and [elements-plus](https://element-plus.org/zh-CN/).

### :rocket: Features

- **I18n** - Fine integrated with [vue-i18n](https://github.com/kazupon/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

### :alarm_clock: Getting started

```shell
# 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

```

### :heart: Contributing

All kinds of contributions are welcomed!

[Contributors here](https://github.com/zhou-tao/vue-power-admin/graphs/contributors)

### Thanks

This project cannot be done without these projects:

* Vite
* Vue3
* Vue Router
* Pinia
* Typescript
* ElementPlus
* Unocss
* Vue-i18n
* MockJS
* Eslint
* Simple-git-hooks

### LICENSE

[MIT](./LICENSE) License © 2022-PRESENT toryz