DEV Community

Discussion on: How to install Vue,Vue-router,Tailwind with Laravel 9,Vite

Collapse
 
randomcommentor profile image
RandomCommentor • Edited

Good tutorial, but app.use(router) has to come before app.mount('#app') or none of the views will render.

Collapse
 
tanzimibthesam profile image
Tanzim Ibthesam

Thanks for your feedback