Skip to content

A example repo for using nuxt with firebase hosting and cloud functions

Notifications You must be signed in to change notification settings

rvasilev/nuxt-ssr-firebase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuxt-ssr-firebase

CircleCI

A example repo for using nuxt with firebase hosting and cloud functions Base on https://github.com/davideast/nuxt-firebase

Deployment flow

  • Change firebase project to yours in .firbaserc
{
  "projects": {
    "default": "(your firebase project)"
  }
}
  • Install npm dependencies
$ npm --prefix src install
$ npm --prefix functions install
  • Deploy everything
$ firebase deploy

About

A example repo for using nuxt with firebase hosting and cloud functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 58.8%
  • JavaScript 41.2%