vue-loading-ajax-nprogress

0.2.0 • Public • Published

Vue Loading Ajax NProgress

This is a plugin for add nprogress on all ajax calls from vuejs.

On your app.js

import Loading from 'Loading'

Vue.use(Loading);

On your components that call ajax.

//On your method
//to show
this.$loader.show();
//to hide
this.$loader.hide();

/vue-loading-ajax-nprogress/

    Package Sidebar

    Install

    npm i vue-loading-ajax-nprogress

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • igor