thank you so much i cannot express how grateful i am i was on a project for a client and i couldnt figure the vue3 vite and vuex setup you are amazing thank you!
Thanks for the vid bro, now I need to learn how to use vuex lol, the best thing is to just save this folder and for future projects, copy, and paste with a different name, thanks a lot bro!
As someone who uses React i have to say vue is really similar with it's concepts.. i mean i was able to understand most of the things going on without ever seeing vue code before
Like to see how this can be used with express and controller files with async/await (Axios) support and Mongo/Mongoose. How would this work with a server.js express server?
Since this video both Vue 3 and Vite have had new updates released, both of which have made the platforms quite stable. I would suggest waiting maybe another 3-6 months to use it in production just to be on the safe side, but honestly, I haven't run into any issues yet.
sorry but, how you import components, in other components import import { computed, ref, components } from 'vue' { VacationCard } from '../components/VacationCard' const component = components(() => { return VacationCard }) reponse error: the components Failed to .... please.!
For anyone else having the same issue: vite is a bit more pedantic than vue-cli. You need to include the '.vue' file extension on your imports. @Ahmed: Really helpful video. Thank-you !
Can you help me? I get the error: Error: Invalid route component at extractComponentsGuards (vue-router.esm-bundler.js:1976) at vue-router.esm-bundler.js:3089
thank you so much i cannot express how grateful i am i was on a project for a client and i couldnt figure the vue3 vite and vuex setup you are amazing thank you!
Great video man. Simple, clean and easy. Thank you.
I was looking particularly for this, thank you so much. keep going.
I dont know how I describe your method, but seriously WOW
it's a very clean and powerful tutorial ❤
best stack ever
no typescript = 💩
@@grzyboo9600 Vue and Vite have full typescript support - vue 3 is written in it...
@@grzyboo9600 you can if you want
Great process to setup. Thank you for video.
This is so helpful. Thank you for doing this!
Very clear and helpful! Thank you! 😊❤️
Thanks for the vid bro, now I need to learn how to use vuex lol, the best thing is to just save this folder and for future projects, copy, and paste with a different name, thanks a lot bro!
As someone who uses React i have to say vue is really similar with it's concepts.. i mean i was able to understand most of the things going on without ever seeing vue code before
Good video👍👍👍the main thing is not to stop
Agreed! Just posted my second video ua-cam.com/video/XPhBVWyZXXk/v-deo.html 🙌
Thanks for making this video.
Very helpful, thanks :)
Extremely helpful. Thanks!
Great video, very clear explanation!
This is quite a nice video
Great!!! Thank for sharing.
Awesome video, thanks.
Nice work sir
Fantastic video, could you please do a followup with TypeScript support?
Unfortunately, I'm not that fluent with Typescript just yet.
This video is great. Can you add on with vue3 + vite ssr ?
Sure, will look into it
hi sire, forgot to ask, i see you did not install views or babel, does vite require views too?
this is amazing! great work! please upload how vue vite work with backend framework like django pls!!!!!
I need help Uncaught ReferenceError: routes is not defined
Great tutorial thanks
I can not get the format on save to happen
Excellent
can you also share your vscode settings?
have you heard of pinia? It is practically vuex5
I have not, will check it out. Thank you for the recommendation.
You should consider making paid tutorials. You have a knack for this!
What about TypeScript support? :D
Hi. Vetur is compatible with this setup or is better to put it aside?
if eslint dont work change the file extension from .js to .cjs
Can you please do a video on how to install quasar
Thanks
Getting an error in index.html- script type modules is not supported by IE.
Same
Like to see how this can be used with express and controller files with async/await (Axios) support and Mongo/Mongoose. How would this work with a server.js express server?
There is any way to export the setup for future proyects?
Do you think publish some course about vue
hey btw whats the name of that font?
great video
muchas gracias
efectivo, muchas gracias
npm install --save-dev eslint prettier eslint-plugin-vue eslint-config-prettier , You are WELCOME !
I mean premium course with premium content in your site or udemy skillshare
nice
Can use production ??
Since this video both Vue 3 and Vite have had new updates released, both of which have made the platforms quite stable. I would suggest waiting maybe another 3-6 months to use it in production just to be on the safe side, but honestly, I haven't run into any issues yet.
eslint doesn't work
sorry but, how you import components, in other components import
import { computed, ref, components } from 'vue'
{ VacationCard } from '../components/VacationCard'
const component = components(() => {
return VacationCard
})
reponse error: the components Failed to ....
please.!
Hi William, did you figure it out?
For anyone else having the same issue: vite is a bit more pedantic than vue-cli. You need to include the '.vue' file extension on your imports. @Ahmed: Really helpful video. Thank-you !
Can you help me? I get the error:
Error: Invalid route component
at extractComponentsGuards (vue-router.esm-bundler.js:1976)
at vue-router.esm-bundler.js:3089
Thanks