PracowniaProgramowania/frontend/app/README.md

30 lines
356 B
Markdown
Raw Normal View History

2018-11-07 02:03:15 +01:00
# app
2019-01-05 13:02:41 +01:00
## Project setup
```
2018-11-07 02:03:15 +01:00
npm install
2019-01-05 13:02:41 +01:00
```
2018-11-07 02:03:15 +01:00
2019-01-05 13:02:41 +01:00
### Compiles and hot-reloads for development
```
npm run serve
```
2018-11-07 02:03:15 +01:00
2019-01-05 13:02:41 +01:00
### Compiles and minifies for production
```
2018-11-07 02:03:15 +01:00
npm run build
2019-01-05 13:02:41 +01:00
```
2018-11-07 02:03:15 +01:00
2019-01-05 13:02:41 +01:00
### Run your tests
```
npm run test
```
2018-11-07 02:03:15 +01:00
2019-01-05 13:02:41 +01:00
### Lints and fixes files
```
npm run lint
2018-11-07 02:03:15 +01:00
```
2019-01-05 13:02:41 +01:00
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).