Vdox Documentation
The following documentation is provided as a guide to getting started with Vdox (Vuex Plugin).
Setting Up Vdox
-
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';
-
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
- Getting Started
- Methods
- Session Ids
- User Tokens
- Components
- Events