Skip to content

denischiron/dil-vue

 
 

Repository files navigation

Dil-vue

Master dependencies:

Node

package - vue package - vite package - eslint

package - Bulma package - Mirador

Project setup

Clone the GitHub repository:

in a local folder dedicated to the project

git clone ...

Install

yarn

Compiles and hot-reloads for development

For a local development server, reads .env.development variables:

yarn serve

Compiles and minifies for staging

For a staging server (preproduction), reads .env.staging variables:

yarn build:staging

Compiles and minifies for production

For a production server, reads .env.production variables:

yarn build:prod

Run preview server

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.

Lints and fixes files

yarn lint

About

Site de l'application dictionnaire des imprimeurs-lithographes du XIXe siècle

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Vue 94.8%
  • JavaScript 2.1%
  • CSS 1.2%
  • HTML 1.2%
  • Shell 0.7%