burobo / vue-gas-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-gas-sample

This repository is just for my study. Using Vue.js for frontend and GAS(Google Apps Script) for backend.

Feature

  • Develop on local environment.
  • Separate frontend code from backend code.
  • Build code with Node.js.
  • Deploy with clasp.
  • Call external web api from frontend.
  • Call server side GAS from frontend via GAS Client-side API.
  • Manage state with Vuex.
  • Access to user session info in backend and show it on browser.
  • Routing with Vue Router or something.
  • Use some kind of design framework.
  • Use same domain model between frontend and backend.

About


Languages

Language:JavaScript 56.3%Language:Vue 26.6%Language:HTML 17.2%