Files
gloabl_award_front/README.md
2026-02-06 15:10:17 +08:00

29 lines
359 B
Markdown

# 模板仓库
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
```