ifms-pti/web/README.md
2020-11-17 17:01:41 -04:00

18 lines
179 B
Markdown
Executable File

# Portal de TI - Web Client
## Desenvolvimento
```
npm install
npm get-schema
npm run serve
```
### Compilar para produção
```
npm run build
```
### Lint
```
npm run lint
```