https://github.com/break-stuff/vue-web-component-demo
Created with WebComponents.dev
https://github.com/break-stuff/vue-web-component-demo
Last synced: 5 months ago
JSON representation
Created with WebComponents.dev
- Host: GitHub
- URL: https://github.com/break-stuff/vue-web-component-demo
- Owner: break-stuff
- Created: 2024-01-24T02:54:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T02:54:40.000Z (over 2 years ago)
- Last Synced: 2025-06-29T07:43:21.106Z (12 months ago)
- Language: Vue
- Homepage: https://studio.webcomponents.dev/view/Bp35ue4eXzRuMbWTV9qX
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 3.2+ Starter Kit
### Links
- [Official website (https://v3.vuejs.org/)](https://v3.vuejs.org/)
- [Getting Started](https://v3.vuejs.org/guide/introduction.html)
- [GitHub](https://github.com/vuejs/vue-next)
- [Issues](https://github.com/vuejs/vue-next/issues)
Vue SFC component is wrapped into a Web Component using the new Vue 3.2+ built-in helper.
```
import { defineCustomElement } from 'vue'
```
Learn more about [Vue and Web Components](https://v3.vuejs.org/guide/web-components.html)