@mrcaidev/cue
v0.3.0
Published
A minimal MVVM framework.
Downloads
3
Readme
✨ Introduction
Cue - short for MrCai's Vue - is a light-weight MVVM framework. Features include:
- [x] Two-way binding between view and model. (Proxy + Subscribers)
- [x] Native TypeScript support.
- [x] Handy directives, e.g.
c-bind
、c-on
、c-model
.
🚀 Getting started
@mrcaidev/cue
is available in npm registry.
npm i @mrcaidev/cue # npm
yarn add @mrcaidev/cue # yarn
pnpm add @mrcaidev/cue # pnpm
For detailed usage, please refer to the documentation.
🤝 Contributing
Any contributions will be welcome and greatly appreciated.
Bug report
If something goes wrong, please open an issue to help us improve.
Feature request
If you have an idea of a new hook, or a better solution for an existing hook, please fork this repository and create a pull request.
Other feedback
You can always open an issue, or directly contact the author via [email protected].