项目作者: howdy39

项目描述 :
Nuxt.js with Google Apps Script HTML Service
高级语言: JavaScript
项目地址: git://github.com/howdy39/nuxt-gas-webapp.git
创建时间: 2019-12-15T07:26:16Z
项目社区:https://github.com/howdy39/nuxt-gas-webapp

开源协议:

下载


nuxt-gas-webapp

Nuxt.js with Google Apps Script HTML Service

Prerequisites

First download and install clasp

google/clasp: 🔗 Command Line Apps Script Projects

Build Setup

  1. # change your project id
  2. $ vi clasp.json # change your scriptId
  3. # install dependencies
  4. $ yarn install
  5. # serve with hot reload at localhost:3000
  6. $ yarn dev
  7. # build for production and deploy google apps script
  8. $ yarn build
  9. $ clasp push

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