45 lines
573 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vue3-template
基于vite的vue3 项目基础模板
vue33.3.11
vue-router4.2.5
pinia2.1.7
element-plus2.4.4
store持久化存储pinia-plugin-persistedstate 3.2.1
https://prazdevs.github.io/pinia-plugin-persistedstate/guide/config.html
mitt3.0.1
## Customize configuration
vite配置 [Vite Configuration Reference](https://vitejs.dev/config/).
## 项目初始化
```sh
npm install
```
### 运行dev服务
```sh
npm run dev
```
### 构建项目
```sh
npm run build
```
### eslint检测 [ESLint](https://eslint.org/)
```sh
npm run lint
```