Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 577 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 577 Bytes

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.