Files
vue-hello-world/README.md
Philipp Klüter cbc4d1c7cb Finished tutorial
2020-07-26 14:15:37 +02:00

27 lines
402 B
Markdown

# hello-world
Based on youtube tutorial: https://www.youtube.com/watch?v=wBTnD_ob12M&t=847s
## 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/).