Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/williamchong/nuxt-ssr-firebase
- Owner: williamchong
- Created: 2018-06-07T08:46:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:23:30.000Z (almost 2 years ago)
- Last Synced: 2024-05-07T12:03:07.572Z (8 months ago)
- Topics: cloudfunctions, firebase, firebase-functions, firebase-hosting, nuxt, nuxt-demo, nuxtjs, vue, vuejs2
- Language: Vue
- Homepage: https://medium.com/likecoin/quick-nuxt-js-ssr-prototyping-with-firebase-cloud-functions-5277553610a8
- Size: 3.08 MB
- Stars: 54
- Watchers: 4
- Forks: 14
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
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
```