All Projects → savvyapps → Savuegram

savvyapps / Savuegram

A simple social media web app built with Vue.js and Firebase's Cloud Firestore as a way to teach people how to build a real-world app using the two technologies. Follow along with our tutorial.

Projects that are alternatives of or similar to Savuegram

Todo Vue
Code for YouTube series on building a Todo App in Vue.js
Stars: ✭ 199 (-51.7%)
Mutual labels:  vue-cli, firebase
Messenger Ios Chat Swift Firestore
Messenger Clone - Real-time iOS Chat with Firebase Firestore written in Swift
Stars: ✭ 405 (-1.7%)
Mutual labels:  firebase
Vue Framework Wz
👏vue后台管理框架👏
Stars: ✭ 3,757 (+811.89%)
Mutual labels:  vue-cli
Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (-5.58%)
Mutual labels:  firebase
React Hot Redux Firebase Starter
🌋 React + Redux + Firebase + Webpack + React Hot Loader 3 + React Router in one boilerplate
Stars: ✭ 375 (-8.98%)
Mutual labels:  firebase
Vue2
【🔥Vue.js资讯📚】目前web前端开发非常火爆的框架;定时更新,欢迎 Star 一下。
Stars: ✭ 395 (-4.13%)
Mutual labels:  vue-cli
Blog.vue
☘ 一个vue的个人博客项目,配合.net core api教程,打造前后端分离
Stars: ✭ 362 (-12.14%)
Mutual labels:  vue-cli
React Social Network
Simple React Social Network
Stars: ✭ 409 (-0.73%)
Mutual labels:  firebase
Vue Material Dashboard
Vue Material Dashboard - Open Source Material Design Admin
Stars: ✭ 403 (-2.18%)
Mutual labels:  vue-cli
Blog
一个go、echo、vue 开发的快速、简洁、美观、前后端分离的个人博客系统(blog)、也可方便二次开发为CMS(内容管理系统)和各种企业门户网站
Stars: ✭ 388 (-5.83%)
Mutual labels:  vue-cli
Vue Cli Plugins
🔌 A collection of Vuetify plugins for Vue CLI
Stars: ✭ 381 (-7.52%)
Mutual labels:  vue-cli
Firebucket
Glimpse into Firebase, with a simple TODO list app built around Dagger, RxJava 2, Clean architecture and of course, Firebase.
Stars: ✭ 376 (-8.74%)
Mutual labels:  firebase
Flutter Examples
Personal collection of Flutter apps.
Stars: ✭ 394 (-4.37%)
Mutual labels:  firebase
Firestore Apollo Graphql
An example of a GraphQL setup with a Firebase Firestore backend. Uses Apollo Engine/Server 2.0 and deployed to Google App Engine.
Stars: ✭ 371 (-9.95%)
Mutual labels:  firebase
Vue2 Echo
基于vue2 + vue-router + vuex 构建的一个音乐类单页面应用 —— echo回声
Stars: ✭ 408 (-0.97%)
Mutual labels:  vue-cli
Lulumi Browser
Lulumi-browser is a lightweight browser coded with Vue.js 2 and Electron.
Stars: ✭ 367 (-10.92%)
Mutual labels:  vue-cli
Lunasea
A self-hosted controller for mobile built using the Flutter framework.
Stars: ✭ 378 (-8.25%)
Mutual labels:  firebase
Firestore Import Export
An application that can help you to backup and restore from Cloud Firestore | Firebase
Stars: ✭ 392 (-4.85%)
Mutual labels:  firebase
Mathdown
Collaborative markdown with math
Stars: ✭ 410 (-0.49%)
Mutual labels:  firebase
Electron Filesystem
FileSystem for windows
Stars: ✭ 409 (-0.73%)
Mutual labels:  vue-cli

Vuegram

A simple social media web app built with Vue.js and Firebase's Cloud Firestore as a way to teach people how to build a real-world app using the two technologies. Follow along with our tutorial, Building a Real-World Web App With Vue.js and Firebase, to learn core Vue.js concepts and build this project.

Changelog

We just released a major update in July 2020! This release includes the current Vue CLI, async/await instead of promise chaining, and a structure overhaul incorporating updated best practices. The flow remains unchanged with some updates to match the current Firebase SDK. All code for the rewrite can be found in the project's master branch, while the old code remains in original-deprecated for posterity.

Changelog:

  • Complete rewrite of existing project
  • Async/Await instead of promise chaining
  • More components vs. same file functionality
  • Leveraging more actions vs. in-component requests to handle Firebase methods
  • Simplified Firebase integration

Project Overview

In building this project, you'll learn how to:

  • Start a production-ready project using Vue CLI.
  • Handle and manage state for your app using Vuex. You'll also understand why a central store is important for building large-scale apps.
  • Maintain reactivity within your app by utilizing built-in Vuex features.
  • Authenticate routes with vue-router.
  • Read/write to a database using Firebase's Cloud Firestore.
  • Set up authentication using Firebase.
  • Leverage components, one of the more powerful features of Vue.js.
  • Familiarize yourself with core Vue.js concepts.

Get Started

This app uses the Vue CLI to scaffold a basic skeleton for the app and multiple npm packages. Refer to the tutorial to learn how to set up a production-ready version of this app using Vue CLI. You will need node.js installed on your computer to run this app locally. Download it at https://nodejs.org/ if you haven't already. Follow the instructions below to get up and running.

# install dependencies
npm install

# start local server @ localhost:8080
npm run dev

Tutorial

For further instructions on building this project, refer to our Vue.js tutorial. You'll find it and many more resources on the Savvy Apps blog. Feel free to reach out to us with any questions or feedback via the Savvy Apps website, or connect with us on Facebook and Twitter.

License

Copyright 2020 Savvy Apps

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].