Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

kamatte-me/nuxt2-pwa-gae-se

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-gae-se.appspot.com/

👻Description

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.

Start 👶

# install dependencies
$ npm install # Or yarn install

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

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

Deploy 🚀

# Build
$ npm run build

# Deploy to GAE!
$ npm run deploy

Let's enjoy!!!

About

Nuxt.js v2 PWA on Google App Engine Standard Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages