README
x5 Tools
This is a collection of my personal tools/shortcuts.
Installation
# npm
npm install x5-tools
Deployment
This plugin optionally takes a Vuex store and Vue Router:
// main.js
import x5Tools from 'x5-tools'
Vue.use(x5Tools, { store, router, env })