ifms-pti/web
2020-11-17 17:01:41 -04:00
..
generated Version 2 initial commit 2020-11-06 09:31:28 -04:00
public Version 2 initial commit 2020-11-06 09:31:28 -04:00
src Fix: Do not show widget until "me" is properly loaded 2020-11-17 16:30:20 -04:00
.browserslistrc Version 2 initial commit 2020-11-06 09:31:28 -04:00
.env.development Version 2 initial commit 2020-11-06 09:31:28 -04:00
.env.production Update web production env 2020-11-17 15:05:30 -04:00
.eslintrc.js Version 2 initial commit 2020-11-06 09:31:28 -04:00
.gitignore Version 2 initial commit 2020-11-06 09:31:28 -04:00
.graphqlconfig Version 2 initial commit 2020-11-06 09:31:28 -04:00
.prettierrc Version 2 initial commit 2020-11-06 09:31:28 -04:00
babel.config.js Version 2 initial commit 2020-11-06 09:31:28 -04:00
captain-definition Fix typo 2020-11-17 14:09:16 -04:00
default.conf Version 2 initial commit 2020-11-06 09:31:28 -04:00
Dockerfile Version 2 initial commit 2020-11-06 09:31:28 -04:00
package-lock.json Replaced momentjs with date-fns in web. 2020-11-09 12:05:21 -04:00
package.json Release: 2.0.0 2020-11-17 16:25:00 -04:00
README.md Updated READMEs 2020-11-17 17:01:41 -04:00
vue.config.js Version 2 initial commit 2020-11-06 09:31:28 -04:00

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