Skip to content

Installation

ts
// package.json
{
  "dependencies": {
    "mangrove64-vue": "https://github.com/CHUReimsDSN/Mangrove64-Vue.git"
  }
}
sh
npm install

Cibler une branche spécifique

ts
// package.json
{
  "dependencies": {
    "mangrove64-vue": "https://github.com/CHUReimsDSN/Mangrove64-Vue.git#nom_de_la_branche"
  }
}