https://github.com/ignf/geoportal-extensions-openlayers-samples
French Geoportal Extensions for well-known javascript mapping library OpenLayers : samples
https://github.com/ignf/geoportal-extensions-openlayers-samples
generator geoportail geoportal-extensions openlayers samples vuejs
Last synced: 3 months ago
JSON representation
French Geoportal Extensions for well-known javascript mapping library OpenLayers : samples
- Host: GitHub
- URL: https://github.com/ignf/geoportal-extensions-openlayers-samples
- Owner: IGNF
- Created: 2021-04-06T08:09:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-12T08:34:10.000Z (about 1 year ago)
- Last Synced: 2025-09-08T05:55:39.047Z (9 months ago)
- Topics: generator, geoportail, geoportal-extensions, openlayers, samples, vuejs
- Language: Vue
- Homepage: https://ignf.github.io/geoportal-extensions-openlayers-samples/
- Size: 27 MB
- Stars: 4
- Watchers: 8
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/IGNF/geoportal-extensions-openlayers-samples/actions/workflows/build.yml)
[](https://deepscan.io/dashboard#view=project&tid=12425&pid=17129&bid=382181)
# vuejs / geoportal-extensions
Exemples d'utilisation de l'API des extensions du Géoportail (geoportal-extensions).

## Prerequisites
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [VueJS](https://fr.vuejs.org/)
* [Google Chrome](https://google.com/chrome/)
* [DevTool VueJS](https://devtools.vuejs.org/guide/installation.html)
**NOTE**
> testé avec nodeJS 16.14.0 / npm 8.3.1
## Installation
* `npm install`
## Running / Development
* `npm run serve`
* Visit your app at [http://localhost:8085](http://localhost:8085).
### Linting
* `npm run lint`
* `npm run lint -- --fix`
### Building
* `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.
### Docker
* `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
## Upgrade dependencies
## Migrate to Vue3
Download Pdf :
## Further Reading / Useful Links
* [vue.js](https://fr.vuejs.org/)
* [vue-cli](https://cli.vuejs.org/)