Dist folder empty after build; webapp not displaying properly after host on firebase

18 Views Asked by At

I am trying to run firebase emulators:start in order to test out my webapp, however, when I open the local hosting server, the page is blank. I've set the path root to be mu dist folder, but upon closer inspection, I see that there are only two files in my dist folder (404 error and inddex.html). I am new to app building, but to my knowledge, the dist folder should contain all my build files if I am using Vue CLI.

I'm using vuestic-admin and it should also be built to my dist file. I tried to rebuild my project using npm run build in the terminal and I get some warnings and some errors. Does this mean that the build is unsuccessful and won't add any new files to my dist folder? Will I have to fist fix all these issues before my dist folder gets anything added to it?

Any advice is greatly appreciated!

0

There are 0 best solutions below