https://github.com/pin705/nuxt-custom-element
A simple example of Nuxt use custom element
https://github.com/pin705/nuxt-custom-element
custom-element html-custom-elements nuxt nuxt-custom-element nuxt3
Last synced: about 1 year ago
JSON representation
A simple example of Nuxt use custom element
- Host: GitHub
- URL: https://github.com/pin705/nuxt-custom-element
- Owner: pin705
- Created: 2023-03-20T07:34:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T07:46:24.000Z (about 3 years ago)
- Last Synced: 2025-01-10T22:41:51.949Z (about 1 year ago)
- Topics: custom-element, html-custom-elements, nuxt, nuxt-custom-element, nuxt3
- Language: TypeScript
- Homepage: https://nuxt-custom-element.vercel.app/
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Custom Elements
This is a simple example of how to use Nuxt with Custom Elements.
The component is registered in a `.client` plugin and used in `app.vue` wrapped in a `` component.
The `nuxt.config` ensures that no warning is shown in the console.