1.0.1 • Published 2 years ago

vite-plugin-import-wc v1.0.1

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

vite-plugin-import-wc

Vite plugin for importing vue component as web component

Why?

  • Uses async import
  • Auto registers with provided name

Usage

import getApp from './App?ce'

function init() {
  // Only the first getApp() call registers the component with the given name
  const app = await getApp('my-custom-app')
  document.body.appendChild(app)
}
1.0.1

2 years ago