Creating Single Page Application using Vue.js (Part 1)
Javascript is increasingly popular for web-based application development not only on the client side (browser), but also as server-side language, which is then strengthened by the latest ECMAScript standards such as ECMAScript6 (ES6) or also called ECMAScript 2015 (ES2015). For more details about this standard please read the very useful explanation from Luke Hoban . I remembered about decade ago, Javascript is the most annoying client-side programming language because of the non-standard implementation in every browser. Often my web application runs smoothly in Interner Explorer 5 or 6, but not running at all with Mozilla, Netscape or Firefox and it also apply the opposite, Microsoft tends to make their own implementation of Javascript. Along with the increasingly widespread use of web-based application, Javascript is increasingly being used to create responsive and "reactive" web applications. The term "Reactive" becoming some kind of "mantra" in the c...