karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

docs: added additional instructions on how to use shadowDOM with styles #240

Closed bryanvaz closed 3 years ago

bryanvaz commented 3 years ago

This adds instructions and examples to the README on how to use the Shadow DOM with Vue stylings normally found in Vue SFCs.

Describes shadow:true usage for a-la-carte webpack installs and Vue CLI 3.

Addresses issues: #214 #191 #156
As well as a lot of stackoverflow discussions.

Thanks to @Froxz for coming up with the solution (who can append instructions on how to do this with laravel-mix.)

karol-f commented 3 years ago

Thank You!