Files
vue-highlights/README.md
Pedro G. Galaviz bde5ae77c1 init
2019-11-27 15:52:38 -06:00

30 lines
375 B
Markdown

# vue-mentions
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).