@pipelinesuite/reusables
v1.0.11
Published
A collection of reusable components across all Pipeline products.
Downloads
17
Readme
A collection of reusable components across all Pipeline products.
:warning: Many of these classes are being refactored in a different package and will be updated as soon as practical.
Base Classes
Vue Components
Installation
NPM
npm i @pipelinesuite/reusables
Yarn
yarn add @pipelinesuite/reusables
Window Variable
By setting your Vue instance to the window.app
variable, you'll expose the Vuex Store to the ApiService, which utilizes it when managing the token refresh process.
window.app.vue = new Vue(vueConfig);