ifms-pti/web
Douglas Barone bdb881c394 Update image
2022-01-20 09:25:24 -04:00
..
generated Version 2 initial commit 2020-11-06 09:31:28 -04:00
public Favicons update 2020-12-12 09:51:39 -04:00
src Show version 2022-01-20 08:55:37 -04:00
.browserslistrc Version 2 initial commit 2020-11-06 09:31:28 -04:00
.env.development Added NodeJS to techs 2021-10-26 09:05:32 -04:00
.env.production Revert to http 2021-01-20 09:17:40 -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 Update image 2022-01-20 09:25:24 -04:00
jsconfig.json Added NodeJS to techs 2021-10-26 09:05:32 -04:00
package-lock.json Install nodemon as project dependency 2022-01-20 08:56:27 -04:00
package.json Adjust timeout 2021-12-22 08:33:35 -04:00
README.md Updated READMEs 2020-11-17 17:01:41 -04:00
tsconfig.json Added NodeJS to techs 2021-10-26 09:05:32 -04:00
vue.config.js Remove config 2021-10-26 09:44:05 -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