Skip to content

A simple client-chat-ui with vue using quasar-framework.org.

License

Notifications You must be signed in to change notification settings

imdanielpiva/client-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    }
  }
}

About

A simple client-chat-ui with vue using quasar-framework.org.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published