Vue.js is a progressive javascript framework for building user interface. There are other frameworks out there but I like vue for several reasons. Firstly, it is super fast and perfect for building single page application. Secondly, it is reactive, DOM gets updated whenever data changes. Thirdly, it has cli named vue-cli, a npm package and easy …
Monthly Archives: February 2017
Among the code editors Atom is my favorite. Before using Atom, I used Sublime heavily. I also tried Visual Studio Code. But Atom is my ultimate choice. There are lots of reasons behind that. One of the choices, I should mention, git enabled multi project folder. A few days ago, suddenly a strange behavior observed …