Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/williamchong/nuxt-ssr-firebase

A example repo for using nuxt with firebase hosting and cloud functions
https://github.com/williamchong/nuxt-ssr-firebase

cloudfunctions firebase firebase-functions firebase-hosting nuxt nuxt-demo nuxtjs vue vuejs2

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# nuxt-ssr-firebase

[![CircleCI](https://circleci.com/gh/williamchong007/nuxt-ssr-firebase.svg?style=svg)](https://circleci.com/gh/williamchong007/nuxt-ssr-firebase)

> 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
```bash
npm --prefix src install
npm --prefix functions install
```

- Deploy everything
```bash
firebase deploy
```