0.0.10 • Published 5 years ago

elevuex v0.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

elevuex

提供electron+vue 各个进程状态共享

安装

  1. 包安装
npm install elevuex

2.在项目中使用

  • 在主进程中添加代码
import { mainProcess } from 'elevuex'
mainProcess(store)
  • 在渲染进程中添加代码
import {rendererProcess} from 'elevuex'
rendererProcess(store)
new Vue({
  components: { App },
  router,
  store,
  template: '<App/>'
}).$mount('#app')
0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago