Quasar 0.16.4 build issue
-
Hi there, I’m new to Quasar framework, so I thought I was making something wrong… I’ve started a project and build it using quasar build command. It all went nicely, but when I run an http-server within the folder, the page was completely blank.
This is what it shows on the page:
Now, on quasar dev, everything is ok. Don’t know if this is a common mistake or not, but when I follow the exact steps of the quasar platform, using the starter kit, it has the same behaviour…
Can anyone help?
-
Ok, just figured out what’s wrong…
I based my solution in this topic - https://forum.quasar-framework.org/topic/2358/quasar-v16-build-n-e-is-not-a-function
There is something wrong with the default router definition within this version (0.16.4).
I followed the other not default way to import the pages on the documentation - https://quasar-framework.org/guide/app-adding-pages-and-layouts.html
And everything worked out fine.