Nuxt/examples/with-firebase
Rafał Chłodnicki 9e966a8f3c
chore(examples): use `2.x` version of nuxt instead of latest (#19737)
2023-03-16 06:24:27 -07:00
..
layouts refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
pages refactor: update eslint-config to 1.x 2019-07-10 15:15:49 +04: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 refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
nuxt.config.js feat: rewrite core to esm 2018-03-16 19:42:06 +03:30
package.json chore(examples): use `2.x` version of nuxt instead of latest (#19737) 2023-03-16 06:24:27 -07:00

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-master/examples/with-firebase
cd with-firebase

Install and run:

npm install
npm run dev

# or with Yarn
yarn
yarn dev