Skip to content

danieltorscho/gcp-quasar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCP Quasar (gcp-quasar)

Google Cloud Platform Quasar SSR with Firebase

Setup the project

1. Initialize firebase hosting

After having installed all Firebase dependencies on your machine (firebase-tool), call the following command to initialize a firebase project:

firebase init hosting

2. Connect firebase with your github repo

If your project is not already using a git, initialize a git repository with git init, add all file changes git add . and commit everything git commit. Then initialize a github repo with firebase command:

firebase init hosting:github

It will asks you for setting up the project, use all by default.

Development environment

If you have no .env file at the moment, create a new copy of .env file from .env.example and fill it out afterwards:

cp .env.example .env

Then edit the .env file with correct values.

To setup and run on your local machine, execute following commands:

yarn install
yarn dev:ssr
yarn build:ssr

Customize the configuration

See Configuring quasar.conf.js.

About

Google Cloud Platform Quasar SSR+PWA with Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published