https://github.com/coryrylan/web-components-in-vue
Example showing how to use a web component in VueJS
https://github.com/coryrylan/web-components-in-vue
vue vuejs web-components
Last synced: 6 months ago
JSON representation
Example showing how to use a web component in VueJS
- Host: GitHub
- URL: https://github.com/coryrylan/web-components-in-vue
- Owner: coryrylan
- Created: 2019-06-10T02:58:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:48:25.000Z (over 3 years ago)
- Last Synced: 2025-05-10T21:02:00.703Z (about 1 year ago)
- Topics: vue, vuejs, web-components
- Language: Vue
- Homepage: https://coryrylan.com/blog/using-web-components-in-vue
- Size: 2.88 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-components-in-vue
Blog post: https://coryrylan.com/blog/using-web-components-in-vue
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).