From 3caf856b3e563adaa3f9ef0f8d279e7a1e011531 Mon Sep 17 00:00:00 2001 From: "jean-philippe.bazonnais" Date: Wed, 27 Mar 2024 16:42:27 +0100 Subject: [PATCH] update README --- README.md | 18 +++++++++++++++++- package.json | 4 ++-- src/config.js | 4 ++-- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d82887a..47b5bba 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Exemples d'utilisation de l'API des extensions du Géoportail (geoportal-extensi * [DevTool VueJS](https://devtools.vuejs.org/guide/installation.html) **NOTE** -> testé avec nodeJS 14.19.0 / npm 6.14.16 +> testé avec nodeJS 16.14.0 / npm 8.3.1 ## Installation @@ -34,6 +34,12 @@ Exemples d'utilisation de l'API des extensions du Géoportail (geoportal-extensi * `npm run build` (production) * `npm run build -- --mode development` (development) +### Upgrade UI + +Extract widget options from jsdoc to update UI + +* `npm run doclets` + ### Deploying Specify what it takes to deploy your app. @@ -45,6 +51,16 @@ Specify what it takes to deploy your app. avec un accès à notre app sur http://localhost:8888 +## Upgrade dependencies + + + +## Migrate to Vue3 + + + +Download Pdf : + ## Further Reading / Useful Links * [vue.js](https://fr.vuejs.org/) diff --git a/package.json b/package.json index 9c40573..4e64dfd 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "storybook": "start-storybook -p 6006 -s src/assets/" }, "engines": { - "node": "~14.19.0", - "npm": "~6.14.18" + "node": "~16.14.0", + "npm": "~8.3.1" }, "dependencies": { "file-saver": "^2.0.5", diff --git a/src/config.js b/src/config.js index ffadb95..12a4ac2 100644 --- a/src/config.js +++ b/src/config.js @@ -15,8 +15,8 @@ var project = { url: "https://openlayers.org/", logo: "./assets/logo-openlayers.png", dist: { - js: "https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v5.3.0/build/ol.js", - css: "https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v5.3.0/css/ol.css" + js: "https://raw.githubusercontent.com/IGNF/geoportal-extensions/master/samples-src/resources/vendor/ol/v6.9.0/ol.js", + css: "https://raw.githubusercontent.com/IGNF/geoportal-extensions/master/samples-src/resources/vendor/ol/v6.9.0/ol.css" }, plugin: { js: "https://ignf.github.io/geoportal-extensions/openlayers-latest/dist/GpPluginOpenLayers.js",