Skip to content

My Ninja-Chat App uses the capabilities of the Firestore, creating a real-time app in the front end in Vue and hooking it up to a Vue Instance. The listener in our front end Vue App listens to any changes and pulls down the updated data automatically without us having to reload the page. Real-time data updates are a central feature of this app, …

Notifications You must be signed in to change notification settings

Sn0wbird/ninja-chat

Repository files navigation

ninja-chat

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

ninja-chat

About

My Ninja-Chat App uses the capabilities of the Firestore, creating a real-time app in the front end in Vue and hooking it up to a Vue Instance. The listener in our front end Vue App listens to any changes and pulls down the updated data automatically without us having to reload the page. Real-time data updates are a central feature of this app, …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages