0.0.7 • Published 5 years ago

@imagina/qoffline v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

##Module Offline Module to manage requests and views in Offline Mode ##Required

####Plugins

  • helper
  • axios

##Usage

####Routes and Middleware

In file src/router/routes add:

import offline from '@imagina/qoffline/_router/routes' //Routes module

####Stores

In file src/store/index add:

import offline from '@imagina/qoffline/_store/index'; //Import this file
Vue.use(Vuex)
const store = new Vuex.Store({
  modules: {
    offline //Add offlineStore
  }
});

##Components

  • widget-offline: component with bottom alert bar and pending requests:

import WidgetOffline from "@imagina/qoffline/_components/widget-offline";

  • add to your master layout

    <widget-offline></widget-offline>

0.0.7

5 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago