0.2.0 • Published 3 years ago

@yazanolabi/vuex-moduler v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

0.2.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago