Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 875 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 875 Bytes

Dashboard 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