Files
vue-hello-world/README.md
Philipp Klüter 156b97d3e9 init
2020-07-26 12:47:18 +02:00

25 lines
323 B
Markdown

# hello-world
## 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/).