Installation

// package.json
{
  "dependencies": {
    "submit64-vue": "https://github.com/CHUReimsDSN/Submit64-Vue.git"
  }
}
npm install

Cibler une branche spécifique

// package.json
{
  "dependencies": {
    "submit64-vue": "https://github.com/CHUReimsDSN/Submit64-Vue.git#nom_de_la_branche"
  }
}