
Lightweight, Simple, Fast & Composable MVVM library for building interactive user interfaces.
VueJS is a library for building interactive interfaces. It provides the ViewModel layer of the MVVM pattern, which connects the View (the actual HTML that the user sees) and the Model (JSON-compliant plain JavaScript objects) via two way data-bindings. Read more.
Please see the Wiki. (under construction)
# in case you don't already have them:
# npm install -g grunt-cli component
$ npm install
$ component install
To build:
$ grunt build
To watch and auto-build dev version during development:
$ grunt watch
To test (install CasperJS first):
$ grunt test
MIT