DEV Community

Discussion on: Deploy nuxt on Firebase

 
abelmoremi profile image
Abel Moremi

Its probably caused by in the initial creation of your NUXT app, you did not choose an integrated server-side framework... the options were express, koa, hapi.. etc In this case you were supposed to choose Express... that's when the server folder will appear...

check this out, it gives you a step by step guide... read though it especially steps 1

Thread Thread
 
wolfcoder profile image
bambang setyawan

Thank you very much , I appreciate your reply.

Thread Thread
 
marcoraven profile image
marcoraven

My nuxt installation script didn't offer the option to choose an integrated server-side framework. What did I do wrong?