ifms-pti/web/README.md
2020-11-06 09:31:28 -04:00

26 lines
339 B
Markdown
Executable File

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