UNPKG

eth-vue

Version:

A vue boilerplate for Ethereum dApps, built on Truffle 5 and Vue 3. Uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ether

11 lines (10 loc) 197 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>eth-vue: Vue 3 DApp With Auth On The Ethereum Blockchain</title> </head> <body> <div id="app"></div> </body> </html>