https://github.com/mrcaidev/cue
A minimal MVVM framework.
https://github.com/mrcaidev/cue
frontend minimal mvvm mvvm-framework
Last synced: about 1 year ago
JSON representation
A minimal MVVM framework.
- Host: GitHub
- URL: https://github.com/mrcaidev/cue
- Owner: mrcaidev
- License: mit
- Archived: true
- Created: 2022-07-21T06:35:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T02:30:14.000Z (over 1 year ago)
- Last Synced: 2025-04-11T22:17:13.517Z (about 1 year ago)
- Topics: frontend, minimal, mvvm, mvvm-framework
- Language: TypeScript
- Homepage:
- Size: 312 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @mrcaidev/cue
Cue is a minimal MVVM framework, heavily inspired by [Vue](https://github.com/vuejs/core).
It implements two-way binding between View layer and Model layer, and supports Vue-like mustaches and directives.
This project wins me the first place among 2,767 participants in Baidu Frontend Summer Workshop 2022. 🏆
## Getting started
Please follow the [documentation](https://github.com/mrcaidev/cue/wiki).
## Contributing
Contributions of any kind are welcome.
Before making a pull request, please make sure there is a corresponding issue and it has been thoroughly discussed.
## License
[MIT](LICENSE)