Skip to content

shinnopo/nuxt2-pwa-gae

Repository files navigation

Nuxt.js v2 PWA on Google App Engine Standard Environment

Nuxt.js v2 * GAE/SE = SPA * SSR * PWA * Serverless

DEMO

https://nuxt2-pwa-gae-250017.appspot.com/

Description

Build Setup

Features

  • SPA (Single Page Application)
  • SSR (Sever Side Rendering)
  • PWA (Progressive Web Apps)
  • Serverless (GAE/SE)

Requires

  • Node.js v10.x
  • npm or Yarn
  • Google Cloud SDK

Please read Quickstart for Node.js in the App Engine Standard Environment and setup.

# install dependencies
$ npm run install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

# Deploy

# Build
$ npm run build

# Deploy to GAE!
$ npm run deploy

For detailed explanation on how things work, check out Nuxt.js docs.

About

Nuxt.js v2 PWA on Google App Engine Standard Environment https://nuxt2-pwa-gae-250017.appspot.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published