0

This has newbie written all over it. I have Angularjs deployed to firebase, Now I want to deploy another. Do I start from my Dashboard and create new app, for do i first do firebase Init on the directory where the Index, html file is located? The documentation seems to indicate that we startwith Firebase Init command. If so, what is the Create New app on the dashboard used or?

4

1 に答える 1

2
  1. 新しい AngularJS アプリ用の新しいディレクトリを作成します。これらのディレクトリのどちらも他のディレクトリの下にネストされていないことを確認してください。これは機能しません。
  2. HTML、CSS、JS、その他のファイルをそのディレクトリに配置します
  3. Firebase ダッシュボードから新しいアプリを作成する
  4. firebase initディレクトリで実行
  5. 作成したばかりの新しいアプリを選択します

そこからはfirebase deployいつも通りに走ってください。

于 2016-02-10T04:12:39.627 に答える