View the demo - https://lightning-tv.github.io/vue-demo-app/
Get an api key from TMDB API
and put the key in src/api/key.js
with export default 'KEY_VALUE'
git clone https://github.com/lightning-tv/vue-demo-app
cd vue-demo-app
pnpm i
pnpm start
Right now the browse page works and you can infinite scroll down. But if you navigate elsewhere, still a lot of pages needing to be built. Open to help / PRs - trying to duplicate the https://github.com/lightning-tv/solid-demo-app