vuex-web3-plugin

0.10.0 • Public • Published

Vuex Web3 Plugin

How to Install

In a vue project, add to main.js:


import Vuex from 'vuex'

  
import web3Storage from "vuex-web3-plugin";

Vue.use(Vuex)
export const store = new Vuex.Store({
  state: {},
  getters: {},
  mutations: {},
  actions: {},
  modules: {
    web3Storage,
    shoppingCart,
    frontendStorage 
  }


})

Readme

Keywords

none

Package Sidebar

Install

npm i vuex-web3-plugin

Weekly Downloads

1

Version

0.10.0

License

MIT

Unpacked Size

5.93 kB

Total Files

3

Last publish

Collaborators

  • admazzola