A vuejs template for building web application with google apps script
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# build for web application with apps script
npm run build-gas --build apps script
# create a new Google Apps Script project
clasp create --title 'project-name' --type standalone --rootDir ./gas
# push scripts to the new project
clasp push
For a detailed explanation on how things work, check out the guide and docs for vue-loader.