/vue-chat-app

A simple chat app which illustrates all the fundamentals of Vue.js.

Primary LanguageVueMIT LicenseMIT

Vue Chat App

medium story repository license

Warning This project is outdated and uses Vue 2. You should use the latest version instead.

A simple chat app which illustrates all the fundamentals of Vue.js.

Read the companion story on Medium.

screenshot 1

Table of contents

  1. Run on your machine
  2. Build for production
  3. Maintainers
  4. License

Run on your machine

  1. Install dependencies

    yarn
    
  2. Setup firebase

    1. This app is meant to work on top of a Firebase project, so you should create your own.
    2. Initialize Firestore.
    3. Obtain the project config object.
    4. Create an .env file in the root of the project. Learn more here.
    5. Place inside of it the config object like in .env.example.
    6. Create a .firebaserc file in the root of the project like .firebaserc.example.
  3. Run the app

    yarn serve
    

Build for production

  1. Setup environment

    The same as the third step of Run on your machine applies. Learn more here.

  2. Build the app

    yarn build
    

Maintainers

License

This project is MIT licensed.