WebStack-vue/README.md

22 lines
263 B
Markdown
Raw Normal View History

2020-11-11 22:10:44 +08:00
# webstack
## Project setup
```
2025-02-12 09:40:55 +08:00
pnpm install --registry=https://registry.npmmirror.com
2020-11-11 22:10:44 +08:00
```
### Compiles and hot-reloads for development
```
2025-02-12 09:40:55 +08:00
pnpm serve
2020-11-11 22:10:44 +08:00
```
### Compiles and minifies for production
```
2025-02-12 09:40:55 +08:00
pnpm build
2020-11-11 22:10:44 +08:00
```
### Lints and fixes files
```
2025-02-12 09:40:55 +08:00
pnpm lint
2020-11-11 22:10:44 +08:00
```