juex

0.1.1 • Public • Published

juex

juex is a vue's state manage lib with core functionality of vuex.

usage

import juex from 'juex'
import Vue from 'vue'
 
Vue.use(juex)
new Vue({
    store: new juex.Store({
        state: []
    })
})

Readme

Keywords

Package Sidebar

Install

npm i juex

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • rehapun