Nuxt/examples/with-firebase
pooya parsa 6d32ad2cf7 examples: bump axios to ^0.19.0 2019-05-30 20:58:19 +04: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 doc: create/update README.mds for examples (#4980) 2019-02-08 15:48:30 +01:00
nuxt.config.js feat: rewrite core to esm 2018-03-16 19:42:06 +03:30
package.json examples: bump axios to ^0.19.0 2019-05-30 20:58:19 +04:30

README.md

Nuxt 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