XubxBlog-VUE/README.md

25 lines
324 B
Markdown
Raw Normal View History

2023-11-02 17:06:22 +08:00
# vue-demo
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Lints and fixes files
```
pnpm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).