This a set of tools for work with Vue.js and Ajax requests. Request are handled with jQuery and notifications are displayed using Bootstrap Notify.
In order to get this running we need some other libraries.
- jQuery
- Vue.js
- Bootstrap Notify (optional)
<!-- Helper -->
<script type="text/javascript" src="node_modules/sico-vue-helper/dist/sico.vue-helpers.umd.js"></script>
You also need to register the plugins to Vue
// ES5+
import { Common, VuePlugins, Transaction } from "sico-vue-helper";
import Vue from "vue";
Vue.use(VuePlugins);
// UMD
Vue.use(sico.VuePlugins);
Documentation
Documentation
Documentation