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