liste-de-courses-www/README.md

25 lines
332 B
Markdown
Raw Normal View History

2022-01-27 19:25:50 +00:00
# liste-de-courses-www
## Project setup
```
2022-01-28 21:21:22 +00:00
npm install
2022-01-27 19:25:50 +00:00
```
### Compiles and hot-reloads for development
```
2022-01-28 21:21:22 +00:00
npm run serve
2022-01-27 19:25:50 +00:00
```
### Compiles and minifies for production
```
2022-01-28 21:21:22 +00:00
npm run build
2022-01-27 19:25:50 +00:00
```
### Lints and fixes files
```
2022-01-28 21:21:22 +00:00
npm run lint
2022-01-27 19:25:50 +00:00
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).