Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matsu7089/gas-account-book
Vue と GAS を使った家計簿アプリ
https://github.com/matsu7089/gas-account-book
Last synced: 3 months ago
JSON representation
Vue と GAS を使った家計簿アプリ
- Host: GitHub
- URL: https://github.com/matsu7089/gas-account-book
- Owner: matsu7089
- License: mit
- Created: 2020-06-24T14:34:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:47:38.000Z (almost 2 years ago)
- Last Synced: 2024-06-28T09:34:46.101Z (5 months ago)
- Language: Vue
- Homepage: https://matsu7089.github.io/gas-account-book/
- Size: 1010 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gas-account-book
## ハンズオン
https://zenn.dev/matsu7089/books/gas-account-bookhttps://qiita.com/matsu7089/items/6ea7931e97ae703f6607
## 開発環境
* Node.js v12.18.3
* yarn v1.22.5## 使用した技術
* バックエンド
* Google Apps Script
* フロントエンド
* Vue.js / Vue Router / Vuex
* Vuetify
* axios## インストール
```bash
git clone https://github.com/matsu7089/gas-account-book.git
cd gas-account-book
yarn install
```## 使い方
```bash
# 開発
yarn serve# ビルド
yarn build# lint
yarn lint
```