xEasy
A MVVM framework with the goals of:
- Being easy to use
- Leaving a small footprint
- Not depending on other frameworks
Inspired by AngularJS and with some familiarities from jQuery.
Browsers
Tested in the following browsers:
- Google Chrome 30+
- Mozilla Firefox 25+
- Apple Safari 7+
- Opera 19+
- Internet Explorer 9+
Changelog
Can be found here
Building xEasy
Download and install Node.js
Fetch grunt from the package manager by running:
> npm install -g grunt-cli
Install the dependencies:
> npm install
Then run the following to build:
> grunt
Running tests
Execute all by using the following:
> grunt test
