Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP

AngularJS inspired MVVM framework with the goal of being small and easy to use

branch: master

README.md

xEasy Build Status

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

Read more

Documentation

Something went wrong with that request. Please try again.