Exemples d'utilisation de l'API des extensions du Géoportail (geoportal-extensions).
- Git
- Node.js (with npm)
- VueJS
- Google Chrome
- DevTool VueJS
NOTE
testé avec nodeJS 16.14.0 / npm 8.3.1
npm install
npm run serve
- Visit your app at http://localhost:8085.
npm run lint
npm run lint -- --fix
npm run build
(production)npm run build -- --mode development
(development)
Extract widget options from jsdoc to update UI
npm run doclets
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
https://blog.vuejs.org/posts/vue-2-7-naruto#vue-cli-webpack
https://v3-migration.vuejs.org/
Download Pdf : https://www.vuemastery.com/migration-guide-cheat-sheet/