Skip to content
syu-kwsk edited this page Jan 18, 2021 · 1 revision

デプロイ

firebase-hostingを使用
https://firebase.google.com/docs/hosting?hl=ja

手順

初回

npm install -g firebase-tools
firebase login
firebase init

distがミソ

それ以降

npm run build    // distディレクトリが生成される
firebase deploy

(CI/CD整備してほしい)

Clone this wiki locally