ifms-pti/web/README.md

22 lines
183 B
Markdown
Raw Permalink Normal View History

2020-11-17 21:01:41 +00:00
# Portal de TI - Web Client
2020-11-06 13:31:28 +00:00
2020-11-17 21:01:41 +00:00
## Desenvolvimento
2022-06-14 13:26:01 +00:00
2020-11-06 13:31:28 +00:00
```
npm install
npm get-schema
npm run serve
```
2020-11-17 21:01:41 +00:00
### Compilar para produção
2022-06-14 13:26:01 +00:00
2020-11-06 13:31:28 +00:00
```
npm run build
```
2020-11-17 21:01:41 +00:00
### Lint
2022-06-14 13:26:01 +00:00
2020-11-06 13:31:28 +00:00
```
npm run lint
2022-06-14 13:26:01 +00:00
```