I learnt about Vue.js an amazing framework to make development much easier and faster. You can create Components that you can add to the DOM.
Vue.js is amazing for making Single Page Applications. It make integrating logic much easier.
I made a quick incremental game while learning Vue.js, note that the game is only for showing what I made with Vue.js to explore it.
Here is the github repo of the game:
https://github.com/hunzombi/SimpleIncremental
You can play it using this link:
https://hunzombi.github.io/SimpleIncremental/
The above is the detailed content of Just learnt about Vue.js. For more information, please follow other related articles on the PHP Chinese website!