Conversió del fitxer XML del GestIB al domini de Google
- Un navegador amb compatibilitat amb l'objecte URLSearchParams (referència)
- Crear credencials d'autorització(authorization credentials) de tipus "IDs de client de OAuth 2.0" seguint aquest enllaç i copiar els camps client_id i client_secret al fitxer
/config/gestib2google.env.js
- Configurar el domini al fitxer
config.json
a la carpeta/src
(hi ha exemples al propi fitxer)
Requisits:
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
Desplegar a www.gestib2google.com
Per desplegar a www.gestib2google.com
./deploy.sh
Requisits:
Per executar el contenidor:
docker-compose up -d
Per aturar i eliminar el contenidor:
docker-compose down
Per anar a l'aplicació web, s'ha d'obrir l'adreça http://localhost:8080
Basat en el tema Start Bootstrap SB Admin 2