All Projects β†’ kamatte-me β†’ Nuxt Firebase Pwa

kamatte-me / Nuxt Firebase Pwa

Run the Nuxt.js application (SPA * SSR * PWA) on Firebase.

Projects that are alternatives of or similar to Nuxt Firebase Pwa

Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+2336.89%)
Mutual labels:  server-side-rendering, progressive-web-app, nuxtjs
Firebase Gcp Examples
πŸ”₯ Firebase app architectures, languages, tools & some GCP things! React w Next.js, Svelte w Sapper, Cloud Functions, Cloud Run.
Stars: ✭ 470 (+356.31%)
Mutual labels:  serverless, firebase, nuxtjs
Nuxt Firebase Sns Example
Nuxt v2 & Firebase(Hosting / Functions SSR / Firestore), Google Auth SNS Example.
Stars: ✭ 485 (+370.87%)
Mutual labels:  firebase, nuxtjs, server-side-rendering
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+4138.83%)
Mutual labels:  serverless, firebase, server-side-rendering
Korolev
Single Page Applications running on the server side.
Stars: ✭ 510 (+395.15%)
Mutual labels:  server-side-rendering, single-page-applications
Firebase Module
πŸ”₯ Easily integrate Firebase into your Nuxt project. πŸ”₯
Stars: ✭ 493 (+378.64%)
Mutual labels:  firebase, nuxtjs
Wild Workouts Go Ddd Example
Complete application to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring of a Go project.
Stars: ✭ 756 (+633.98%)
Mutual labels:  serverless, firebase
Moveit
πŸš€ NLW #4 | React+ TypeScript + NextJS + StyledComponents + Firebase + MongoDb +Axios
Stars: ✭ 39 (-62.14%)
Mutual labels:  serverless, firebase
Sol Journal
✎ Simple, personal journaling progressive web app
Stars: ✭ 470 (+356.31%)
Mutual labels:  firebase, progressive-web-app
Miteb Frontend
Online portal to book events and rooms for clubs of MIT, Manipal ✨
Stars: ✭ 18 (-82.52%)
Mutual labels:  firebase, progressive-web-app
Pwa Workshop Angular Firebase
Build a production ready PWA with Angular and Firebase! This workshop consists of multiple steps for producing a PWA by transforming a regular web app - Ionic Conference App into a PWA, finally deploying it to Firebase.
Stars: ✭ 45 (-56.31%)
Mutual labels:  firebase, progressive-web-app
Angular Shoppingcart
ShoppingCart (Ecommerce) πŸ›’ Application using Angular10, Firebase, PWA, Drag&Drop, Materialized Bootstrap and i18n πŸš€πŸ”₯πŸ‘¨β€πŸ’»
Stars: ✭ 483 (+368.93%)
Mutual labels:  firebase, progressive-web-app
Ng Toolkit
⭐️ Angular tool-box! Start your PWA in two steps! Add Serverless support for existing projects and much more
Stars: ✭ 1,116 (+983.5%)
Mutual labels:  serverless, server-side-rendering
Next On Netlify
Build and deploy Next.js applications with Server-Side Rendering on Netlify!
Stars: ✭ 719 (+598.06%)
Mutual labels:  serverless, server-side-rendering
Cloudflare Worker Preact Pwa
Cloudflare worker running a Preact Progressive Web App
Stars: ✭ 57 (-44.66%)
Mutual labels:  server-side-rendering, progressive-web-app
The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (-32.04%)
Mutual labels:  firebase, progressive-web-app
Reactjs Portfolio Mern Website
My Portfolio | Full Stack MERN Application
Stars: ✭ 25 (-75.73%)
Mutual labels:  server-side-rendering, single-page-applications
Awesome Firebase
πŸ”₯ List of Firebase talks, tools, examples & articles! Translations in πŸ‡¬πŸ‡§ πŸ‡·πŸ‡Ί Contributions welcome!
Stars: ✭ 448 (+334.95%)
Mutual labels:  serverless, firebase
Integrify
🀝 Enforce referential and data integrity in Cloud Firestore using triggers
Stars: ✭ 74 (-28.16%)
Mutual labels:  serverless, firebase
Virapro.ru
[E-commerce] Plumbing Store
Stars: ✭ 45 (-56.31%)
Mutual labels:  firebase, nuxtjs

nuxt-firebase-pwa

Nuxt.js * Firebase = SPA * SSR * PWA * Serverless

DEMO

πŸ‘»Description

Run the Nuxt.js application on Firebase.

Features

  • SPA (Single Page Application)
  • SSR (Sever Side Rendering)
  • PWA (Progressive Web Apps)
  • Serverless (Cloud Functions for Firebase + Firebase Hosting)

Libraries

πŸ‘ΆStart

Install dependencies

$ npm install # Or yarn install
$ cd /path/to/nuxt-firebase-pwa/src && npm install
$ cd /path/to/nuxt-firebase-pwa/functions && npm install

Launch development server

$ cd /path/to/nuxt-firebase-pwa/src
$ npm run dev

Open http://localhost:3000

πŸš€Build and Deploy to Firebase

Build

Build Nuxt.js app.

$ cd /path/to/nuxt-firebase-pwa/src
$ npm run build

Copy assets and static files.

$ cd /path/to/nuxt-firebase-pwa
$ npm run setup

Firebase Project Setup

Create a Firebase Project using the Firebase Console.

Install Firebase CLI.

$ npm install -g firebase-tools
$ exec $SHELL -l

Login to Firebase.

$ firebase login

Edit .firebaserc

{
  "projects": {
    "default": "<your-firebase-project-id>"
  }
}

Emulate Firebase on local

$ npm run serve

Open http://localhost:5000

DeployπŸŽ‰

$ npm run deploy

Let's enjoy!!!

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].