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

Silver-Connection/sico-vue-helpers

Repository files navigation

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

About

Transaction and Vue.js ajax helpers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published