Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T19:59:39.000Z (5 months ago)
- Last Synced: 2024-08-21T22:16:19.268Z (5 months 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
[![Publish samples project ...](https://github.com/IGNF/geoportal-access-lib-samples/actions/workflows/build.yml/badge.svg)](https://github.com/IGNF/geoportal-access-lib-samples/actions/workflows/build.yml)
[![DeepScan grade](https://deepscan.io/api/teams/12425/projects/17130/branches/382185/badge/grade.svg)](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/)