Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 366 Bytes

File metadata and controls

26 lines (19 loc) · 366 Bytes

webpack-gas-vue-typescript-starter

Setup

Create a .clasp.json file in the root of your project and set the scriptId to match your google apps script project.

{
  "scriptId": "1eIk6...",
  "rootDir": "build/"
}

Install the libraries, build and deploy your app.

npm install
npm run build
npm run deploy

Development

npm run dev