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

7 lines (6 loc) 109 B
module.exports = { preset: "@vue/cli-plugin-unit-jest", transform: { "^.+\\.vue$": "vue-jest" } };