myfirebase / myfirebase

:fire: A SPA/PWA framework which is highly compatible with Google Firebase

Home Page:https://myfirebase.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Myfirebase SPA framework

Myfirebase is a decoupled SPAs framework which is highly compatible with Google Firebase

Docs

Documentation.

Prerequisites

  1. NPM is the recommended installation method when building large scale applications with Myfirebase.

  2. Firebase command line interface, npm install -g firebase-tools

  3. Myfirebase command line interface, npm install -g myfirebase-cli

Installation

# Create new project with myfirebase-cli
$ myfirebase new:project my-project

# Change directory
$ cd my-project

# Install dependencies
$ npm install

# Sign in using your Google account
$ firebase login

# Initialize firebase project
$ firebase init

Run dev server

# Run the server
$ npm run dev

Production

# Production
$ npm run build

Deploy your project

# Deploy project
$ firebase deploy

About

:fire: A SPA/PWA framework which is highly compatible with Google Firebase

https://myfirebase.github.io

License:MIT License


Languages

Language:JavaScript 49.5%Language:Vue 34.5%Language:HTML 15.1%Language:CSS 0.9%