vuevm

vuevm is is a library for vue3 that aims to better organize the code for hooks and make application side effects (i.e. asynchronous things like data fetching and impure things like accessing the browser cache) easier to manage.

Usage no npm install needed!

<script type="module">
  import vuevm from 'https://cdn.skypack.dev/vuevm';
</script>

README

vuevm

vuevm is is a library for vue3 that aims to better organize the code for hooks and make application side effects (i.e. asynchronous things like data fetching and impure things like accessing the browser cache) easier to manage