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

Starter template for a TypeScript Google Apps Script project with a Vue frontend.

Notifications You must be signed in to change notification settings

itho/webpack-gas-vue-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Starter template for a TypeScript Google Apps Script project with a Vue frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published