A simple chat app built with VueJS and Firebase inspired by Fireship's React Firebase Chat.
You can check out the application right here: Production Build
Follow this guide: Firebase Setup Guide
This will build both Vue and Firebase Functions! You may want to use npm run build:web
or yarn build:web
to just build the Vue.
For npm
:
npm run build
Or yarn
:
yarn build
This will deploy your Firestore rules, Firebase Functions and whatever is in the dist
directory. Make sure to run the build
script to not re-deploy outdated website files and Firebase Functions
For npm
:
npm run deploy
Or yarn
:
yarn deploy