Image

Vue Chat-App

This is a chat app I made to get better at Firebase and Vue in general. I dont recommend using this code for an actual app since it may have security flaws and such, it is only for fun and educational purposes

Technologies

Installation

Simply unpack all of these files into a folder and run npm install through a console window with that folder opened.

Usage

Dev server

This is great if you dont have a server to host the built files on, after doing the installation instructions run npm run dev in your console window and it will open a local dev server on port 3000 which you can access from http://localhost:3000

Building

This is only useable / possible if you have an actual server to run these built files on. Run npm run build in your console window and it will build the files into the dist folder. You can then upload these files to your server and it should work.

GitHub

View Github