This is best channel for vue and design tutorials. This content was easy to understand and really helps in real world project. Keep up the good work!!!
Thanks for your awesome Vue Js content. Your channel is big contribution to Vue Ecosystem. React is overtaking since long time. But people like you are helping new kids to learn Vue Js. Sir I appreciate your efforts.
Whoever thought SLASH PATH MATCH PARENTHESIS DOT ASTERISK PARENTHESIS ASTERISK was a good idea should be banned from coding. Good god, just use a single asterisk. There are apparently 3 magic strings to pick from??? Just provide helper functions instead of this bullshit. Vue-Router used to be good, what happened here was a major design mistake.
Question: If i go to the root url and navigate using the links the routing works fine. However, if im standing on a page, say 'localhost:7120/Settings' and refresh, i get a HTTP ERROR 404. Any idea how to fix this? It does not happen if i use run serve, only with run build. My routes file looks basically the same as yours at 2:00 in this vid
I built this project a while ago, so I’m unsure what my routes looked like, but I think it might be missing a catch all route. I created a video on this a whole back that might be helpful th-cam.com/video/-N78TlOFj-k/w-d-xo.html
This is best channel for vue and design tutorials. This content was easy to understand and really helps in real world project. Keep up the good work!!!
I’m really glad to hear that 😀
Thanks for your awesome Vue Js content. Your channel is big contribution to Vue Ecosystem. React is overtaking since long time. But people like you are helping new kids to learn Vue Js. Sir I appreciate your efforts.
I appreciate that! 😄
you are the best one in this youtube who explains vue
Thank you, Ahmed! I appreciate that
you are my final project savior thanks a lot man
you are the best man for vue in youtube! keep going man.
Thank you, Omid!
Thank you Instructor for this video.
Thanks! Exactly what I needed
Great video, indeed. It saved me a fucking ton of nerves. God bless you, John! :)
thank you so much!
Thanks for this!
Great video! Im learning Vue and English at same time. Ty bro :D
Thanks Caio!
thanks!
Love it .. thanks so much.
Glad to hear! 😁
{
path: '/404',
name: '404',
component: NotFoundView,
meta: {
bodyId: '404'
}
},
{
path: '/:notFound(.*)*',
redirect: '/404'
}
Whoever thought SLASH PATH MATCH PARENTHESIS DOT ASTERISK PARENTHESIS ASTERISK was a good idea should be banned from coding. Good god, just use a single asterisk. There are apparently 3 magic strings to pick from??? Just provide helper functions instead of this bullshit. Vue-Router used to be good, what happened here was a major design mistake.
Question: If i go to the root url and navigate using the links the routing works fine. However, if im standing on a page, say 'localhost:7120/Settings' and refresh, i get a HTTP ERROR 404. Any idea how to fix this? It does not happen if i use run serve, only with run build. My routes file looks basically the same as yours at 2:00 in this vid
I built this project a while ago, so I’m unsure what my routes looked like, but I think it might be missing a catch all route.
I created a video on this a whole back that might be helpful
th-cam.com/video/-N78TlOFj-k/w-d-xo.html