Client Vue pour consulter les notices et éditions du projet Miroir des classiques, via le endpoint DTS de l’ENC.
Master dependencies:
in a local folder dedicated to the project
git clone https://github.com/chartes/miroir-vue.gitFrom the app folder (cd path/to/miroir-vue)
yarn
For a local development server, reads .env.development variables:
yarn serve
For a staging server (preproduction), reads .env.staging variables:
yarn build:staging
For a production server, reads .env.production variables:
yarn build:prod
After a yarn build:prod or yarn build:staging you can run a server to serve the produced dist folder with:
yarn preview
for production or
yarn preview --mode=staging
for staging.
yarn lint