https://github.com/ignf/geoportal-access-lib-samples
French Geoportal resources access library : samples
https://github.com/ignf/geoportal-access-lib-samples
geoportail geoportal-access-lib samples services vuejs
Last synced: 4 months ago
JSON representation
French Geoportal resources access library : samples
- Host: GitHub
- URL: https://github.com/ignf/geoportal-access-lib-samples
- Owner: IGNF
- Created: 2021-01-29T19:13:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T15:32:57.000Z (about 1 year ago)
- Last Synced: 2025-01-16T09:55:53.029Z (about 1 year ago)
- Topics: geoportail, geoportal-access-lib, samples, services, vuejs
- Language: Vue
- Homepage: https://ignf.github.io/geoportal-access-lib-samples/
- Size: 8.02 MB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/IGNF/geoportal-access-lib-samples/actions/workflows/build.yml)
[](https://deepscan.io/dashboard#view=project&tid=12425&pid=17130&bid=382185)
# vuejs / geoportal-access-lib
Exemples d'utilisation de l'API des Services du Géoportail (geoportal-access-lib).
## Prerequisites
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [VueJS](https://fr.vuejs.org/)
* [Google Chrome](https://google.com/chrome/)
## Installation
* `npm install`
## Running / Development
* `npm run serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
### Linting
* `npm run lint`
* `npm run lint -- --fix`
### Building
* `npm run build` (production)
* `npm run build -- --mode development` (development)
### 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
## Further Reading / Useful Links
* [vue.js](https://fr.vuejs.org/)
* [vue-cli](https://cli.vuejs.org/)