An open API service indexing awesome lists of open source software.

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

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)