Create a POS System in Vue.js - Introduction

Thursday, December 17, 2015

If you don’t know what Vue.js is by now, then you have to check it out! In case you haven’t heard of it, here is how Vue.js describes itself on its website:
Vue.js is a library for building modern web interfaces. It provides data-reactive components with a simple and flexible API.


That isn’t very specific. Vue.js is a view library that updates the physical DOM based on state managed in JavaScript. You manipulate the state and the webpage will update to reflect the changes. Pretty cool, huh? It’s similar to React and can be thought of as a stripped down version of AngularJS.




READ MORE

You Might Also Like

0 comments