Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 617 Bytes

README.md

File metadata and controls

47 lines (38 loc) · 617 Bytes

Quasar App

A Quasar project

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:8080
$ quasar dev

# build for production with minification
$ quasar build

# lint code
$ quasar lint

Message Data Structure

{
  id: String,
  name: String,
  text: Array,
  avatar: String,
  side: Boolean,
  info: Object {
    type: String,
    stamp: Date,
    sent: Object {
      state: Boolean,
      at: Date
    },
    seen: Object {
      state: Boolean,
      at: Date
    },
    delivered: Object {
      state: Boolean,
      at: Date
    }
  }
}