An easy Vue.js Component Library for Ethereum Decentralized Applications (Dapps).
GitHub: https://github.com/matryx/vuethereum
NPM: https://www.npmjs.com/package/vuethereum
Docs: https://vuethereum.netlify.com/
npm install vuethereum
// main.js
import Vue from "vue"
import Vuethereum from "vuethereum"
Vue.use(Vuethereum)