0.2.0 • Published 1 year ago

@js-rocks/vue-tiny v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@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-tiny

Online Demo

For more, please checkout the examples folder

Implementation details

Reference

0.2.0

1 year ago

0.1.0

1 year ago