/vuejs-google-sheets-manager-crud

Crud (Create , Read , Update, Delete) On Google sheet with VueJs , (Use Google Sheet As Database)

Primary LanguageVue

Vue-Js google sheets manager crud

Crud (Create , Read , Update, Delete) On Google sheet with VueJs , (Use Google Sheet As Database)

Google Sheets API : google-spreadsheet Package

Installation

npm i google-spreadsheet --save

Features

  • Sheet Data
  • 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

Fake Data Generated By

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

Customize configuration

See Configuration Reference.