30 lines
331 B
Markdown
Raw Permalink Normal View History

2020-06-24 13:54:15 +08:00
# bookmark_front
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).