Skip to content

Commit 97a53ea

Browse files
committed
chore: preparereadme for release
1 parent 598d4aa commit 97a53ea

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,28 @@
2121

2222
[**📚 Documentation**](https://vuefire.vuejs.org/)
2323

24+
## Status
25+
26+
- VueFire is currently stable
27+
- Nuxt VueFire is in _Preview_
28+
2429
## Roadmap
2530

26-
VueFire is currently being rewritten to support Vue 3 and Firebase 9. You can follow the progress on [the Roadmap issue](https://github.com/vuejs/vuefire/issues/1241). While it's currently in alpha, **it's the recommended version to use**, even for Vue 2, as it covers everything VueFire 2 did and more.
31+
You can follow the progress and future plans on [the Roadmap issue](https://github.com/vuejs/vuefire/issues/1241).
2732

2833
## Installation
2934

3035
VueFire requires the `firebase` package to be installed as well as `vuefire`:
3136

3237
```bash
33-
npm install vuefire
38+
npm install vuefire firebase
3439
```
3540

3641
## Usage
3742

38-
[Getting Started](https://vuefire.vuejs.org/guide/getting-started.html)
43+
- [Getting Started](https://vuefire.vuejs.org/guide/getting-started.html)
44+
- [Vite Demo](https://github.com/posva/vuefire-vite-example)
45+
- _Coming soon_: Nuxt Demo.
3946

4047
## Related
4148

0 commit comments

Comments
 (0)