0.1.5 ā€¢ Published 3 months ago

vue-mountable v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months 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

3 months ago

0.1.4

4 months ago

0.1.3

6 months ago

0.1.0

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.0.12

1 year ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago