1.0.3 • Published 6 years ago

sico-vue-helpers v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

sico-vue-helpers

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.

Installation

In order to get this running we need some other libraries.

<!-- 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);

Transaction

Documentation

Read

Common

Documentation

Read

Vue-Plugins

Documentation

Read