|
@ -7,10 +7,15 @@ This template should help get you started developing with Vue 3 in Vite. The tem |
|
|
|
|
|
|
|
|
- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) |
|
|
- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) |
|
|
|
|
|
|
|
|
## Project setup |
|
|
## 初始化项目 |
|
|
``` |
|
|
``` |
|
|
pnpm install |
|
|
pnpm install |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## 运行项目 |
|
|
|
|
|
``` |
|
|
|
|
|
pnpm run dev |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
### Customize configuration |
|
|
### Customize configuration |
|
|
See [Configuration Reference](https://cli.vuejs.org/config/). |
|
|
See [Configuration Reference](https://cli.vuejs.org/config/). |
|
|