firebase login
브라우저가 뜨고, 사용할 계정을 선택하고, 허용
+ Success! Logged in as 구글_이메일(계정)
firebase init
? Are you ready to proceed? (Y/n) <---- Y
>(*) Hosting: Configure and deploy Firebase Hosting sites
<--- Space Bar
<--- Enter 키
> Use an existing project <---- Enter 키
구글 파이어베이스에서 만들어 둔, 프로젝트 선택
? What do you want to use as your public directory? (public) dist 입력
? Configure as a single-page app (rewrite all urls to /index.html)? Yes
? Set up automatic builds and deploys with GitHub? No
npm run build
firebase deploy <---- 배포가 완료됨
console.firebase.google.com 콘솔에서 확인해 보면 배포된 걸 확인할 수 있다!!!!