Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.05 KB

Dashboard API Entreprise

Ce projet est déprécié. Le dashboard fait maintenant partie intégrante du projet Admin API Entreprise.

Environnements de développement

Le projet est développé dans un environnement Node.js version 11.10.0. Voir NVM comme gestionnaire de versions Node.

L'utilisation de Vue CLI est nécessaire au fonctionnement de l'environnement de développement : npm install -g @vue/cli.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

# build for sandbox with minification
npm run build:sandbox

# build for production with minification
npm run build:production

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Deployment

Deployment is handled by the mina package. Please install this with bundle install.

bundle exec mina deploy to=production domain=dashboard.entreprise.api.gouv.fr