pui9-store

1.18.0 • Public • Published

PUI9 Store Library

This library provides the PUI9 store based on vuex.

Installation

npm install pui9-store

Then import and merge with your project store:

import Pui9Store from 'pui9-store';
...

const localStore = { state, getters, mutations, actions };
const store = deepmerge(Pui9Store, localStore);

export default new Vuex.Store(store);

Readme

Keywords

none

Package Sidebar

Install

npm i pui9-store

Weekly Downloads

251

Version

1.18.0

License

Copyright

Unpacked Size

42.3 kB

Total Files

11

Last publish

Collaborators

  • prodevelop