Skip to content

amirtbi/whatsapp-pwa

Repository files navigation

Developing a PWA messanger using Vue.js

Installation

  1. Quasar Cli - Installation of Quaser Cli
  2. NodeJs - Download Nodejs
  3. Package Manager - NPM / Yarn
  4. Clone the repository and run npm install if you use npm as package manager or yarn install if you use yarn as package manager.

pwa messanger (pwa-messanger)

pwa messanger

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Format the files

npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.