Serve Quasar Project on Regular Website
-
I’ve built a Quasar project / application (v0.14) and I would like to add it to my portfolio website.
However, I cannot figure out how to display the project on a regular website. I changed the router to “history” mode and updated the public path, but all I get is a blank white page when navigating to the index.html file in the dist folder. Is there any documentation on how to achieve this?Any guidance is greatly appreciated.
-
Hello joefly,
Do you have trying hosting your app at your home network? And If you run a
quasar dev
your app work fine?
When i need do a thing like this, i’m use firebase hosting, it is very simple and work fine.Regards,
Bruno Meurer -
Thanks for your reply.
Yes, quasar dev works fine.
With firebase do you just serve the dist folder after building?
Thanks for the suggestion. -
Okay…figured it out.
Just link to index.html in dist folder.
Much easier than I thought it would be