Exemples d'utilisation de l'API des Services du Géoportail (geoportal-access-lib).
- Git
- Node.js (with npm)
- VueJS
- Google Chrome
npm install
npm run serve
- Visit your app at http://localhost:4200.
npm run lint
npm run lint -- --fix
npm run build
(production)npm run build -- --mode development
(development)
Specify what it takes to deploy your app.
docker build -t dockerize-vuejs-app .
docker run -it -p 8888:80 --rm --name dockerize-vuejs-app-1 dockerize-vuejs-app
avec un accès à notre app sur http://localhost:8888