An open API service indexing awesome lists of open source software.

https://github.com/creeperyang/chay.js

A lightweight JavaScript mvvm framework.
https://github.com/creeperyang/chay.js

Last synced: 12 months ago
JSON representation

A lightweight JavaScript mvvm framework.

Awesome Lists containing this project

README

          

# chay.js

A simple and lightweight JavaScript **mvvm** framework.

**Note:** the project is strongly inspired by [simple-mvvm](https://github.com/furybean/simple-mvvm). And, the project aims to create a more powerful and efficient `mvvm` framework.

## Why this framework?

Building a `mvvm` framework from the ground up will help learning the principles of `mvvm` a lot. And if the framework works well, it could be a good alternative for `Angular.js` and other mvvm frameworks(wow, it's surely far away from the goal currently).

## API

waiting...

## Usage

Just a simple demo which you can get via clone this project and run command below:

```shell
npm install -g gulp
npm install
gulp serve
```

And the demo is like:

![demo](http://7sbnba.com1.z0.glb.clouddn.com/github-chay-demo.png)