Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)