Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 867 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 867 Bytes

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.