You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

angular-cli-firebase-hosting

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-cli-firebase-hosting

Easily publish your projects to Firebase Hosting via angular-cli

0.1.0
latest
Source
npmnpm
Version published
Weekly downloads
1
-75%
Maintainers
1
Weekly downloads
 
Created
Source

angular-cli-firebase-hosting

Angular CLI addon for deploying apps to Firebase Hosting.

Installation & Setup

This addon has the following prerequisites:

  • Node.js 4.x
  • Angular project created via angular-cli
  • A current Firebase App

To install:

npm install --save-dev angular-cli-firebase-hosting

Usage

There's a one-time setup command to create a firebase.json file:

ng firebase:init # --firebase "my-firebase-app" --public "./dist"

After the initial setup, deploy with:

ng firebase:deploy

Authors

License

Licensed under the MIT license

Keywords

ember-addon

FAQs

Package last updated on 30 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts