/vuex-loading

A loading plugin for vuex

Primary LanguageJavaScriptMIT LicenseMIT

build status code coverage code style styled with prettier made with lass license npm downloads

A loading plugin for vuex

Table of Contents

Install

npm:

npm install @toojs/vuex-loading

yarn:

yarn add @toojs/vuex-loading

Usage

import createLoadingPlugin from '@toojs/vuex-loading';

// default usage
const store = new Vuex.Store({
  plugins: [createLoadingPlugin()]
});

API

name type default description
namespace string '@@loading' module name
includes string[] [] -
excludes string[] [] -

Contributors

Name
Evergreen Wang

License

MIT © Evergreen Wang