Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Latest commit

 

History

History
57 lines (39 loc) · 1.34 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.34 KB

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