brucemcpherson / desktopliberation

hosting for desktop liberation google plus community
29 stars 1 forks source link

Create beautiful Apps Script add-ons with Vuetify and Vue.js #57

Open brucemcpherson opened 3 years ago

brucemcpherson commented 3 years ago

The idea of ‘reactive programming’ has been around for many years, but frameworks such as React, Vue and so on have moved it into the mainstream. In these frameworks the idea is that changes in data streams are observed, processed and propagated into the app model and view. Dealing with asynchronicity and rendering them has always been complex, but these frameworks are designed to make the flow of data through an app less problematic.

In these series of articles. we’ll be creating a reactive app in an Apps Script for htmlservice context using a mash up of each of these, and a few others too.

https://ramblings.mcpher.com/vuejs-apps-script-add-ons/

brucemcpherson commented 3 years ago

how to get it

The full code is on Github https://github.com/brucemcpherson/bmVuetemplate

there’s a demo spreadsheet you can clone to play with it https://docs.google.com/spreadsheets/d/1yE_8t3MPt0vUoHen8szTv8VVf2i7M3SVBKiEdZktt2Q/edit?usp=sharing

or you can clone the script from here https://script.google.com/d/10Mg45A1ZglVPw6wWSRUw7Wcz1BfulH7U28D-j5nJHTnM3-jWZxoLfO1A/edit?usp=sharing

image