WebStack-vue/README.md
2025-02-12 09:40:55 +08:00

22 lines
263 B
Markdown

# webstack
## Project setup
```
pnpm install --registry=https://registry.npmmirror.com
```
### Compiles and hot-reloads for development
```
pnpm serve
```
### Compiles and minifies for production
```
pnpm build
```
### Lints and fixes files
```
pnpm lint
```