@js-rocks/vue-tiny
v0.2.0
Published
build your own vue3
Readme
@js-rocks/vue-tiny
A minimal vue3 implementation, including three core modules: Reactivity, Runtime compiler, Runtime dom.
Features
- 👽 Reactivity: A complete reactive-system(isReactive, isProxy, isRef, scheduler, computed, watch and etc)
- 😈 Compiler: A tiny runtime compiler with limited features(text, interpolation, element)
- 💥 Runtime dom: custom renderer support
Installation
yarn add @js-rocks/vue-tinyOnline Demo
For more, please checkout the examples folder
