@cran/lib.vue.ref
Version:
Vue Reactivity Extensions
31 lines (20 loc) • 544 B
Markdown
# Vue Reactivity Extensions

## Note on Usage
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.
## Setup
```sh
npm install vue @cran/lib.vue.ref
```
## API
```sh
cd node_modules/@cran/lib.vue.ref \
&& npm run doc:build \
&& open "file://$(pwd)/doc/index.html" \
&& cd -
```
## Progress
|Task|Done|
|:-|:-:|
|Builtins|✓|
|Lodash|✗|