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

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后台管理系统模版

Awesome Lists containing this project

README

          

# admin-template


GitHub release


license

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