0.1.5 • Published 1 year ago

vue-mountable v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Features

• šŸ¤ Tiny - Only 2.85KB min • šŸ’š Native Vue 3 • ⚔ Fast & Simple - no config required! • šŸ”„ Hot-Module Reloading for vite • šŸ«’ Usable outside of setup lifecycle • 🌊 Support for defineComponent, defineAsyncComponent, h and more!

Usage

Install

# bun
bun i vue-mountable

# npm
npm i vue-mountable

# pnpm
pnpm i vue-mountable

Add it to main.js

import { VueMountable } from 'vue-mountable';

// created vue instance
app.use(VueMountable());

Getting Started

import { mountComponent } from 'vue-mountable';
import component from 'component.vue';

const { id, vNode, el, destroy } = mountComponent(component);

Documentation

For the full documentation, visit vue-mountable.netlify.app For NPM, visit npmjs.com/package/vue-mountable

License

MIT License Ā© 2021-PRESENT Leon Langer

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.12

2 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago