Installing SVAR Vue Gantt
SVAR Gantt is an open-source library distributed under the MIT license. The PRO Edition of SVAR Vue Gantt with extended feature set is available under commercial licenses.
Open-source edition
The open-source edition of SVAR Vue Gantt is free to use under the MIT license. It provides core Gantt chart functionality for creating interactive project timelines.
//npm
npm install @svar-ui/vue-gantt
//yarn
yarn add @svar-ui/vue-gantt
PRO edition
SVAR Vue Gantt PRO Edition includes advanced scheduling features and is available under commercial licenses - see pricing and feature comparison.
If you have purchased the license, first configure access to the private SVAR NPM registry.
- Add the registry:
npm config set @svar:registry https://npm.svar.dev
- Log in to the private registry:
npm login --registry=https://npm.svar.dev --scope=@svar --auth-type=legacy
After this command, you will be prompted to enter the username and password that were provided to you after purchasing the PRO license.
- Now you can install the package:
//npm
npm install @svar/vue-gantt
//yarn
yarn add @svar/vue-gantt
Trial edition
The free trial version allows you to evaluate the full PRO edition for 30 days. Request a free trial and get installation instructions: https://svar.dev/vue/gantt/pricing/#trial