Nuxt/examples/with-firebase
Sébastien Chopin 65432e6aa2
examples: Upgrade to nuxt-edge (#3911)
2018-09-18 18:26:25 +02:00
..
layouts feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
pages fix: add v-bind:key in all v-for 2017-11-26 21:40:57 +08:00
plugins Add Firebase example 2017-02-24 21:37:05 -06:00
.gitignore Add Firebase example 2017-02-24 21:37:05 -06:00
README.md Add Firebase example 2017-02-24 21:37:05 -06:00
nuxt.config.js feat: rewrite core to esm 2018-03-16 19:42:06 +03:30
package.json examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00

README.md

nuxt-firebase

Nuxt.js with Firebase (REST API)

DEMO

About

This project uses Firebase. The tools and infrastructure you need to build better apps and grow successful businesses.

You can view the Firebase data at https://nuxt-firebase.firebaseio.com/.json. This is what the App will consume.

Getting Started

Download this example or clone the repo:

curl https://codeload.github.com/nuxt/nuxt.js/tar.gz/master | tar -xz --strip=2 nuxt.js-master/examples/with-firebase
cd with-firebase

Install and run:

npm install
npm run dev

# or with Yarn
yarn
yarn dev