Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.
/ xEasy Public archive

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

License

Notifications You must be signed in to change notification settings

dotnetdummy/xEasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published