Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
/ vue-chat-app Public archive

This is a quick chat site I made with vue to get better at using firebase

License

Notifications You must be signed in to change notification settings

Z3rio/vue-chat-app

Repository files navigation

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
Live Demo

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.

About

This is a quick chat site I made with vue to get better at using firebase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published