Vue Reactivity Extensions
npm install @cran/lib.vue.ref!Vue3
Due to the nature of refs, computeds and thunks, as well as in an effort to be mindful of side-effects, this library has chosen to enforce that all functions are immutable.
``sh`
npm install vue @cran/lib.vue.ref
`sh``
cd node_modules/@cran/lib.vue.ref \
&& npm run doc:build \
&& open "file://$(pwd)/doc/index.html" \
&& cd -
|Task|Done|
|:-|:-:|
|Builtins|✓|
|Lodash|✗|