https://zenn.dev/matsu7089/books/gas-account-book
https://qiita.com/matsu7089/items/6ea7931e97ae703f6607
- Node.js v12.18.3
- yarn v1.22.5
- バックエンド
- Google Apps Script
- フロントエンド
- Vue.js / Vue Router / Vuex
- Vuetify
- axios
git clone https://github.com/matsu7089/gas-account-book.git
cd gas-account-book
yarn install
# 開発
yarn serve
# ビルド
yarn build
# lint
yarn lint