mirror of
https://github.com/xiangshu233/vue3-vant4-mobile.git
synced 2025-04-05 19:42:05 +08:00
21 lines
273 B
Markdown
21 lines
273 B
Markdown
# vue3-ts
|
|
|
|
## Project setup
|
|
```
|
|
pnpm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
pnpm dev
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
```
|
|
pnpm build
|
|
```
|
|
|
|
|
|
### Customize configuration
|
|
See [Configuration Reference](https://vitejs.cn/guide/features.html).
|