ifms-pti/web/README.md

26 lines
339 B
Markdown
Raw Normal View History

2020-11-06 13:31:28 +00:00
# Portal de TI
## Project setup
```
npm install
npm get-schema
```
### 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/).