hpduong / myfirebase

SPA framework with vuejs and firebase

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

Currently Myfirebase is in development stage, Thank you for your testing.

Prerequisites

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

    If this is the first time you want to give npm a shot, don't worry, we got exactly what you need.

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

Installation

# Clone the repository
git clone https://github.com/myfirebase/myfirebase

# Change directory
cd myfirebase

# 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

Contact : amranidev@gmail.com

About

SPA framework with vuejs and firebase


Languages

Language:JavaScript 46.0%Language:Vue 33.7%Language:HTML 16.2%Language:CSS 4.1%