Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 337 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 337 Bytes

nuxt-firestarter

A starter for Firebase with Nuxt

.firebaserc

Put your project in here.

Folders

  • src = nuxt app
  • www = all your static files that should be copied into the public folder (firebase hosting)

Firebase Serve & Deploy

# serve with firebase
sh run.sh

# deploy to firebase
sh run.sh deploy