PWA - myBlog이제까지 공부한 것을 이용하여 Vue와 Firebase로 PWA를 개발합니다.앱의 이름은 ‘myBlog’입니다.Architecture Overview서버는 없습니다.백엔드는 Firebase를 사용하여 프론트엔드 앱을 개발합니다.Client Side: Vue.js (with Vuetify)Backend as a Service: Firebase (Authentication, Firestore, Hosting)Authentication : 사용자 인증Firestore : 데이터베이스, profiles collection, posts collectionHosting : 웹앱 인터넷 서비스PWA: Service Workers, Web App Manifest앱의 구성앱의 구성은 다음과 같습니다..