@yazanolabi/vuex-moduler

0.2.0 • Public • Published

Vuex Moduler

Vuex moduler to create automatic modules with its actions,getters,mutations with simple configurations.

Installation

Use the package manager npm to install vuex-moduler.

npm i @yazanolabi/vuex-moduler

Usage

import { moduler } from "@yazanolabi/vuex-moduler";

# returns a crud module ready for vuex
const module = moduler({
    api: "API PATH"
});

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Package Sidebar

Install

npm i @yazanolabi/vuex-moduler

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

47.9 kB

Total Files

11

Last publish

Collaborators

  • yazanolabi