Nuxt/examples/with-firebase
Clark Du 52a92fbc48 refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
..
layouts refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
pages refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
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