Skip to content

vinicius-batista/vue-chat

Repository files navigation

Vue chat

A simple chat web

Check out backend repository at github.

Installing / Getting started

  • Serve with hot reload at localhost:8080
docker-compose up dev
  • build for production with minification
npm run build

or

docker-compose run dev npm run build
  • NGINX preview of 'npm run build' contents
docker-compose up preview

Developing

Built With

Prerequisites

  • docker and docker-compose or
  • nodejs and npm

Style guide

This project use Standard code style. For check the code:

npm run lint

About

A chat apllication built with vuejs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published