1
0
manga/readme.md

23 lines
300 B
Markdown
Raw Permalink Normal View History

2023-06-04 06:30:05 +00:00
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).