Vdox Documentation

The following documentation is provided as a guide to getting started with Vdox (Vuex Plugin).

Setting Up Vdox

  1. Import into Vuex store

    Add the following line towards the top of your Vuex store file (typically store.js):

     import { Vdo, Vdox } from '@decodeuk/vdo-vue';
    
  2. Include the plugin

    Add an array assigned to a plugins property to the Vuex store object. Then add Vdox as a value in the array.

     plugins: [Vdox],
    

Next Steps

  1. Getting Started
  2. Methods
  3. Session Ids
  4. User Tokens
  5. Components
  6. Events