0.2.0 • Published 2 years ago

@mrcaidev/cue v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

✨ Introduction

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

  • Two-way binding between view and model. (Proxy + Subscriptors)
  • 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 documentation, 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