This is a simple piano application built with Nuxt 3 and vueuse/sound.
You can demo the application here.
Install the dependencies:
/simple-piano$ npm installStart the development server on http://localhost:3000:
/simple-piano$ npm run devDeploy to GitHub Pages:
/simple-piano$ npm run generate