sico-vue-helpers
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i sico-vue-helpers

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

148 kB

Total Files

62

Last publish

Collaborators

  • sico