williamchong / nuxt-ssr-firebase

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

Home Page:https://medium.com/likecoin/quick-nuxt-js-ssr-prototyping-with-firebase-cloud-functions-5277553610a8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://medium.com/likecoin/quick-nuxt-js-ssr-prototyping-with-firebase-cloud-functions-5277553610a8


Languages

Language:Vue 58.5%Language:JavaScript 41.5%