Skip to content

mrcaidev/cue

Repository files navigation

Logo

Cue

A minimal MVVM framework

Explore the documentation 》

✨ Introduction

Cue - short for MrCai's Vue - is a light-weight MVVM framework. Features include:

  • Two-way binding between view and model. (Proxy + Subscribers)
  • Native TypeScript support.
  • Handy directives, e.g. c-bindc-onc-model.

example

🚀 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 mrcaidev@qq.com.

📜 License

MIT