0👍
You can host your app on firebase hosting.
Go to https://console.firebase.google.com , and create a project.
Download the firebase-tools and deploy your built files there.
Additionally, you can also use the cloud messaging from firestore in your app.
For localhost, you can use “serve” module.
- [Vuejs]-Some CSS, worked well in dev, does not work in build version
- [Vuejs]-TypeError after Vue.use while installation via <script>
Source:stackexchange.com