/gestib2google

Conversió de fitxer XML del GestIB al domini de Google amb VueJS

Primary LanguageCSSMIT LicenseMIT

gestib2google

Conversió del fitxer XML del GestIB al domini de Google

Requisits generals

  • 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)

Executar amb NodeJS

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.

Per desplegar a www.gestib2google.com

./deploy.sh

Executar amb Docker

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

Crèdits

Basat en el tema Start Bootstrap SB Admin 2