0.0.10 • Published 6 years ago

elevuex v0.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
6 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

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago