How to deploy an Angular 2 App using Firebase hosting?
问题 I want to know the steps necessary to deploy a simple Angular 2 Application using Firebase-hosting. 回答1: These are the steps: 1) npm install -g firebase-tools This will install firebase CLI that we will use in the following steps. Firebase CLI requires Node.js version 0.10.0 or greater. 2) firebase init Project setup This will trigger Firebase project setup and store all settings in a local file firebase.json . ? What Firebase CLI features do you want to setup for this folder? Make sure