Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you only want to use the UI components without changes we recommend that you use the NPM repository as it will be more stable, with regular updates coinciding with Vidispine VidiCore releases. If you on the other hand are on the more adventurous side or need to make changes, you should use the GitHub repo. This one is updated more often than the NPM package with the latest components and fixes. 

Using the NPM package

What you need to do is head over to your application folder and, depending on if you are using yarn or npm, run one of the commands below to install. 

...

Code Block
npm install @vidispine/vdt-vue-components --save

Using the GitHub repository

When you are using the GitHub repo, it's a little bit more work, but on the other hand, you'll have the choice to make any changes you want. 

Cloning the vdt-vue-components repository

Navigate to your VDT project root folderand clone the vdt-vue-components repository. This will create a folder for you.

...

Additionally you can run tests to double check if everything is running as is should

Code Block
$ yarn test

Child pages (Children Display)
pageVidiCore Development Toolkit (VDT)