Skip to content

Commit

Permalink
(1) added firebase as requirement
Browse files Browse the repository at this point in the history
(2) removed "important" info
  • Loading branch information
lupas committed Nov 18, 2018
1 parent bd0e2f4 commit e06c83d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# 🔥 Nuxt-Fire

> Easily intergrate Firebase into your Nuxt 2 project.
### ⚠️ Important: This is a pre-release and has not been fully tested. Use it in production at your own risk.
> ## Easily intergrate Firebase into your Nuxt 2 project.
## Demo

[Demo](https://nuxt-fire-demo.firebaseapp.com/)

## Requirements

Make sure to have Nuxt 2+ installed:
Make sure you have Nuxt and Firebase installed in your project.

- Nuxt.js >= 2.x
```json
"dependencies": {
"nuxt": "^2.3.1",
"firebase": "^5.5.8"
}
```

## Install

Expand Down

0 comments on commit e06c83d

Please sign in to comment.