Skip to content

Vincent1993/vuex-loading

Repository files navigation

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

About

A loading plugin for vuex

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published