1.1.0 • Published 3 years ago

@maltjoy/vue v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@maltjoy/vue

EXPERIMENTAL !

This repository contains webcomponents wrapper for Vue 3, on top of @maltjoy/core.

Installation

Add this package to your project:

npm install @maltjoy/vue

Edit the main.js / main.ts file of your Vue 3 project like this:

import { createApp } from 'vue';
import App from './App.vue';
import { JoyCustomElementsLibrary } from '@maltjoy/vue';

createApp(App).use(JoyCustomElementsLibrary).mount("#app");
1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0-rc-1.2

3 years ago

1.0.0-alpha.1

3 years ago

1.0.0-rc-1

3 years ago

1.0.0-alpha

3 years ago

1.0.0-rc.2

3 years ago

1.0.0-rc.1

3 years ago

1.0.0

3 years ago