https://dashsight-vite-example.netlify.app/
To test this repository, do the following
git clone https://github.com/dashhive/dashsight-vite-example.git
cd dashsight-vite-example
npm install
npm run dev
See how it was made with the videos
npm create vite@latest vue -- --template vue
cd vue
npm install --save [email protected]
npm i
npm run dev
Changed HelloWorld.vue component to GetBalance.vue, imported Dashsight into the component.