I’ve been working on a game app for a while now, building it in each of these frameworks , in order:
- no framework, just plain HTML + CSS +JavaScript
- React JS
- Vue.js
- Aurelia
Because I like the idea of using standard HTML, CSS, and JavaScript/TypeScript, I chose Aurelia for extending my game app.
I’ve now open-sourced the resulting Aurelia app. (…but not the others yet.)
Please see license-plate-game-aurelia.
I would appreciate feedback, especially if you think I did something wrong or I’m missing some important idea.