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.
-
Install dependencies
yarn
-
Setup firebase
- This app is meant to work on top of a Firebase project, so you should create your own.
- Initialize Firestore.
- Obtain the project config object.
- Create an
.env
file in the root of the project. Learn more here. - Place inside of it the config object like in
.env.example
. - Create a
.firebaserc
file in the root of the project like.firebaserc.example
.
-
Run the app
yarn serve
-
Setup environment
The same as the third step of Run on your machine applies. Learn more here.
-
Build the app
yarn build
This project is MIT licensed.