Skip to content

6thpath/vue-chat

Repository files navigation

vue-chat

Chat web application with implementation of VueJS

Backend can be found here

Demo

https://p-vue-chat.surge.sh/

Project setup

yarn install

Create .env file at root project folder follow .env.template

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.