Nuxt/examples/with-firebase
Clark Du 6cd7f04a4e
refactor: rename examples
2018-03-19 10:41:46 +08:00
..
layouts Add Firebase example 2017-02-24 21:37:05 -06: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 refactor: rename examples 2018-03-19 10:41:46 +08: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