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

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.

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)