DEV Community

Discussion on: Deploy nuxt on Firebase

Collapse
 
marcoraven profile image
marcoraven • Edited

Thanks for this tutorial, but I do have some questions:

  • How should I install Express?
  • Should I install cross-env?
  • Should I install nodemon?
  • Does it matter that my nuxt.config.js file starts with "export default {"?

I tried installing Express by hand (wasn't offered as option by create-nuxt-app) and installed both cross-env and nodemon and got the folders moved to "src" and made the updates to nuxt.config.js and package.json - but that's as far as I come.
I have no errors at the moment, but I have no running site/page either.