1
0
Fork 0
infojune/README.md

25 lines
312 B
Markdown
Raw Permalink Normal View History

2020-05-28 19:24:04 +02:00
# infojune
2020-02-09 19:02:08 +01: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/).