UNPKG

@cran/lib.vue.ref

Version:

Vue Reactivity Extensions

31 lines (20 loc) 544 B
# Vue Reactivity Extensions ![Vue3](https://img.shields.io/badge/-VUE3-42B883?style=for-the-badge) ## 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|✗|