/socket-chat

A simple and basic VueJS Chat application

Primary LanguageVue

socket-chat

This app is based on this tutorial (the main difference being that I used Vuetify and not Boostrap and implemented the message display system).

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Running the server

npm start

Customize configuration

See Configuration Reference.

For a serverbuilder version, please check out the sb branch.