1.0.4 • Published 5 years ago

auto-vuex v1.0.4

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

auto-vuex

安装

npm install auto-vuex -S

使用

import autoVuex from 'auto-vuex'

// eslint-disable-next-line new-cap
export default new autoVuex({
  files: require.context('../store', true, /\.js$/)
})

Options

  • files(File Module)

指定 store 文件路径

  • plugins(Array)

vuex 的插件

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago