nuxt2-gae-se icon indicating copy to clipboard operation
nuxt2-gae-se copied to clipboard

Nuxt.js v2 on Google App Engine Standard Environment

Nuxt.js v2 on Google App Engine Standard Environment

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

DEMO

https://nuxt2-gae-se.appspot.com/

👻Description

Features

  • SPA (Single Page Application)
  • SSR (Sever Side Rendering)
  • 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!!!