Skip to content

Installation

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

Cibler une branche spécifique

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

Dépendances

ts
// Peer depedencies
"vue": "^3.0.0"
"quasar": "^2.0.0"