VueSheet
                                
                                
                                
                                    VueSheet copied to clipboard
                            
                            
                            
                        Use Google Sheets as a database in Vue.js application
VueSheet
Google Sheets API : google-spreadsheet Package
Installation
npm i google-spreadsheet --save
Features
- multiple auth options - API key, service account (used in this example), oauth
 - cell-based API - read, write, bulk-updates, formatting
 - row-based API - read, update, delete (based on the old v3 row-based calls)
 - managing worksheets - add, remove, resi
 
Demo
Examples
the following examples are meant to give you an idea of just some of the things you can do
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint