You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the best things about the vue docs are working examples and the tutorial also provides working examples each step.
I found for me to understand vue router a working example would have helped a lot. I propose adding a tiny working example to the vue router docs.
I would be happy to contribute an extremely basic hello world application that showcases how to use the router.
What does the proposed API look like?
I think the ideal example would showcase a single page application home page on / and would have the components used there also available on their own routes such as /helloworld1 and /helloworld2
The text was updated successfully, but these errors were encountered:
I think that using a simple project with vite might be a better option that the currently existing one with html files, I will share with the doc team.
What problem does this feature solve?
One of the best things about the vue docs are working examples and the tutorial also provides working examples each step.
I found for me to understand vue router a working example would have helped a lot. I propose adding a tiny working example to the vue router docs.
I would be happy to contribute an extremely basic hello world application that showcases how to use the router.
What does the proposed API look like?
I think the ideal example would showcase a single page application home page on / and would have the components used there also available on their own routes such as /helloworld1 and /helloworld2
The text was updated successfully, but these errors were encountered: