appmakers-vue

Vue utilities created with care and love by The AppMakers

Usage no npm install needed!

<script type="module">
  import appmakersVue from 'https://cdn.skypack.dev/appmakers-vue';
</script>

README

Installation

npm install appmakers-vue

Usage

In your main.js:

import AppMakersVue from "appmakers-vue";

Vue.use(AppMakersVue);

Examples

See the docs project to learn how to use various features.