Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.26 KB

Vue.js Support Chat with PubNub ChatEngine

A full chat application for in website chat, complete with a support user interface for responding to customer outreach.

Live Demo

Before you clone!

The chat is powered by ChatEngine and the authentication for support users is powered by PubNub Functions serverless microservices. For a full, in-depth tutorial to get this running for you, you must follow the PubNub Blog's Vue.js Support Chat with PubNub ChatEngine.

Vue.js chat app architecture with PubNub and ChatEngine

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint