Skip to content

Commit

Permalink
Merge pull request #9 from IGNF/develop
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
lowzonenose authored Mar 27, 2024
2 parents 7bbe2a0 + 3caf856 commit 1bc1455
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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

Expand All @@ -37,6 +37,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.
Expand All @@ -48,6 +54,16 @@ Specify what it takes to deploy your app.

avec un accès à notre app sur http://localhost:8888

## Upgrade dependencies

<https://blog.vuejs.org/posts/vue-2-7-naruto#vue-cli-webpack>

## Migrate to Vue3

<https://v3-migration.vuejs.org/>

Download Pdf : <https://www.vuemastery.com/migration-guide-cheat-sheet/>

## Further Reading / Useful Links

* [vue.js](https://fr.vuejs.org/)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1bc1455

Please sign in to comment.