Skip to content

Installation

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

Cibler une branche spécifique

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

Dépendances

ts
// Peer depedencies
  "ag-grid-vue3": "^34.0.0",
  "ag-grid-community": "^34.0.0",
  "ag-grid-enterprise": "^34.0.0",
  "vue": "^3.0.0"