0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Nuxt.js】コマンドメモ

Last updated at Posted at 2020-12-15

Nuxt.jsとFirebaseを使ってWebアプリ開発中。

よく忘れるのでメモ。

ローカル開発環境立ち上げ

npm run dev

プロジェクトをビルド

npm run build

Firebaseに反映

firebase deploy

久しぶりにデプロイするとエラーになった。

Error: Failed to get Firebase project PJ名. Please make sure the project exists and your account has permission to access it.

再ログインする必要があるらしい。

firebase logout
firebase login

終わり

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?