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.
- Host: GitHub
- URL: https://github.com/creeperyang/chay.js
- Owner: creeperyang
- Created: 2015-07-01T15:19:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T09:44:23.000Z (almost 11 years ago)
- Last Synced: 2025-01-11T14:46:52.525Z (over 1 year ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
