https://github.com/mazezen/admin-template
vue3+typescript+element-plus+pina+vite后台管理系统模版
https://github.com/mazezen/admin-template
Last synced: about 1 year ago
JSON representation
vue3+typescript+element-plus+pina+vite后台管理系统模版
- Host: GitHub
- URL: https://github.com/mazezen/admin-template
- Owner: mazezen
- License: mit
- Created: 2024-09-07T17:31:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T03:48:54.000Z (over 1 year ago)
- Last Synced: 2025-03-24T07:35:16.602Z (over 1 year ago)
- Language: Vue
- Size: 271 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# admin-template
Vue3 + typescript + pinia + Element Plus 后台通用管理系统模版。[线上演示](http://admin-template.caixiaoxin.cn)
## 感谢您的支持🙏
祝施舍的老板财源滚滚~您的支持是我最大的动力.

感谢您动动手指点个star🌟
## 安装步骤
```
git clone https://github.com/mazezen/admin-template
cd admin-template
npm install
npm run dev
npm run build
```
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```