Vincent1993 / vuex-loading

A loading plugin for vuex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@toojs/vuex-loading

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

License:MIT License


Languages

Language:JavaScript 100.0%