1.0.1 • Published 4 years ago

chameleon-store v1.0.1

Weekly downloads
46
License
Apache
Repository
-
Last release
4 years ago

chameleon-store version

本仓库为 cml 框架的数据管理相关代码,提供集中管理数据的能力

详细见cml数据管理

接口文档

chameleon-store 对外提供跨端的数据管理接口,api查看及扩展等请见文档,cml.createStore

例如:

import createStore from 'chameleon-store'

const store = createStore({
  state: {
    count: 0
  },
  mutations: {
    increment (state) {
      state.count++
    }
  }
})
export default store
1.0.1

4 years ago

1.0.0

5 years ago

0.2.0

5 years ago

0.2.0-alpha.0

5 years ago

0.1.0

5 years ago

0.1.0-alpha.qq

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago