Building a PWA chat app with Vue.js and Firebase (p1)

Click for: original source

Kohwo Orien article about how to utilize Vue.js for building of Progressive Web Apps. Vue.js is a progressive framework for building web user interfaces. It became one of the recommended frameworks for building fast, reliable progressive web applications with offline capabilities and performance.

The article provides the way for:

  • Creating a template PWA
  • Firebase and Database configuration
  • Authentication using Firebase
  • Creating Views and Routing for Vuechat App

Firebase is tool that enables developers to make cloud-enabled apps quickly and easily. Firebase is cloud hosted and provides a realtime database as a service.

You will get link to youtube video and GitHub repository so you can follow the tutorial closely. Great read, if you need to build mobile friendly application.

[Read More]

Tags javascript nodejs app-development