Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 515 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 515 Bytes

ethereum-vue-boilerplate

Frameworks:

  • Vue 3
  • ant-design-vue

TODO:

  • styling
  • more ethereum-react-boilerplate aquivalent components
  • more react-moralis aquivalent hooks
  • proper README
  • refactor
  • build npm package vue-moralis for modular project

Project setup

yarn install

Rename .env.example to .env and add your Moralis ServerUrl and ApplicationId

VUE_APP_MORALIS_SERVER_URL=YOUR_MORALIS_SERVER_URL
VUE_APP_MORALIS_APP_ID=YOUR_MORALIS_APP_ID

Run Boilerplate

yarn serve