This commit is contained in:
2026-02-06 15:10:17 +08:00
commit f011de4ef4
59 changed files with 16075 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# 模板仓库
Vue3空白模板仓库,只集成了axios、pinia、gsap、crypto和eslint等风格化包
## 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
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```