Skip to content

themarcba/vue-timemachine

Repository files navigation

Vue Time Machine ⚡️

This is the code for my talk about a time machine built in Vue.js The game is not thrown together quickly, it's probably not well done. The focus here lies on the time machine.

Demo

You can find a deployed demo at https://timemachine.vue3.org.

Additional material

In the talk I mentioned another talk I gave about building a time machine using JavaScript proxies. That talk I gave at DevWorld in Amsterdam in February 2024.

🔗 https://www.youtube.com/watch?v=DkFJfrV5Z5w

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build