ever since notion came out with an api, been waiting for a way to beef up my workspaces with my own widgets made in vue. this makes everything SOOOO much easier.
You’ve been on fire 🔥 lately. This is my goto vue channel. Can’t wait when you drop a full course. I didn’t even know you could type reactive({} as Whatever) I never thought to do that. Have a great day!
i have a small question: if i wanna use my web component which is created by vue 3 in a third party website (website may uses any version of vue or not at all) and the question: is it possible to face vue version conflict between my web component vue version and the third party website vue version ?
@@ProgramWithErik i have not found any useful sources about implementing vueitfy inside of a wrb component created by Vue 3, Could you please make a video about it?
I also used that feature. And solve css by just use as one import from separate file. Also i prefer to build component as one big js, so ites easier to import (manualChunks:undefined). And finally if You use composition api with vue 3 in separate files (store like), be careful because state is same for all components. Means that if You use same components(tags) few times on page state at this point is not scoped to component and it will be shared.
Thanks for this video, I have one question, how can I include an external library to my exported library like Oruga for example? How can i do something similar with createApp(App) .use(Oruga, bulmaConfig) .mount('#app') on defineCustomElement or ustomElements.define ?
My question is what about shadow DOM when creating web components with vue? Since your styles inside the main custom element applied to the other custom elements I guess shadow DOM was not in use in your scenario.
I've become a big fan of your videos and love that you're now doing crypto. I noticed the github links aren't for this example so can you update them? No worries if not, I'll just code it myself but thought it would save a bit of time.
🚨 Are you stuck on code, or your career? Get mentored by me! - 1 Week Free Trial - mentorcruise.com/mentor/erikhanchett/
ever since notion came out with an api, been waiting for a way to beef up my workspaces with my own widgets made in vue. this makes everything SOOOO much easier.
Learning Vite 2 Vue 3 and TS.
This is a great source thanks Erik!
You’ve been on fire 🔥 lately. This is my goto vue channel. Can’t wait when you drop a full course. I didn’t even know you could type reactive({} as Whatever) I never thought to do that. Have a great day!
If you know how to use Vue, it starts @50:32
i have a small question:
if i wanna use my web component which is created by vue 3 in a third party website (website may uses any version of vue or not at all)
and the question:
is it possible to face vue version conflict between my web component vue version and the third party website vue version ?
is there a way to run it without importing and calling register function?
Thanks for your video,I have question about using libraries like vuetify inside web component,Is it possible?
Yes, absolutely
@@ProgramWithErik i have not found any useful sources about implementing vueitfy inside of a wrb component created by Vue 3, Could you please make a video about it?
so if I have two repo then can I use the second as a custom component and get it in this new one??
How would you include Vue manually, if you had a lot of small web components that don't include Vue in the build?
Is this also posible with vue cli and vue 3.2?
Hei can you make a tutorial for converting current vue codebase to a SSR?
I also used that feature. And solve css by just use as one import from separate file. Also i prefer to build component as one big js, so ites easier to import (manualChunks:undefined). And finally if You use composition api with vue 3 in separate files (store like), be careful because state is same for all components. Means that if You use same components(tags) few times on page state at this point is not scoped to component and it will be shared.
Nice tips! Yup good to know
Thanks. Everything is cool!
Thanks for this video, I have one question, how can I include an external library to my exported library like Oruga for example? How can i do something similar with
createApp(App)
.use(Oruga, bulmaConfig)
.mount('#app')
on defineCustomElement or ustomElements.define ?
Can i also do Thais all in a Nuxt.js App?
My question is what about shadow DOM when creating web components with vue?
Since your styles inside the main custom element applied to the other custom elements I guess shadow DOM was not in use in your scenario.
Does someone know which extension does the autocomepletion ?
I've become a big fan of your videos and love that you're now doing crypto.
I noticed the github links aren't for this example so can you update them? No worries if not, I'll just code it myself but thought it would save a bit of time.
Well, since it seems you have acquired a taste for crypto, I'm going to pass your videos around the ETH community. We support those who support us...
Nice coding walkthrough
How to use a UI library in the web component, can anyone help me? Pls :((
Nice
What's this theme? Please
Synthwave 84!
@@ProgramWithErik Thank you!
Interesting but downloading all vue to the app for one component is problematic.
Awesoome
Allow me to flex my vanilla js knowledge.
Object.assign(eth, ethValue);