JSPM

firebase-frameworks

0.1.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10237
  • Score
    100M100P100Q122637F
  • License Apache-2.0

An experimental framework-aware Firebase CLI

Package Exports

  • firebase-frameworks

Readme

Firebase Experimental framework-aware CLI

Usage

$ npm i -g firebase-frameworks
$ cd <MY-APP>
$ firebase-frameworks init
$ firebase-frameworks build
$ firebase-frameworks serve
$ firebase-frameworks deploy

Frameworks supported:

  • Next.js
  • Nuxt

Contributors

We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow. See CONTRIBUTING.

Building

Build and globally install this library

$ cd <YOUR-GIT-CHECKOUT>
$ npm i
$ npm run dev