Skip to content

Instantly share code, notes, and snippets.

View elgabo82's full-sized avatar

Gabriel Morejón elgabo82

View GitHub Profile
@elgabo82
elgabo82 / Readme.md
Created June 5, 2020 00:56 — forked from timelyportfolio/Readme.md
R Shiny and Vue Simple Example

Shiny == good & Vue == good | Shiny + Vue == good?

Shiny Shiny.shinyapp.$inputValues acts like a store of state. I thought it would be fun to let vuejs react to changes in Shiny input values. This example is intentionally very simple to hopefully self-explain.

vueR

I have assembled vueR package, like d3r and reactR, to offer helpers for vuejs. For this example please install vueR, or just add tags$script(src = "https://unpkg.com/vue@2.2.6") to the tagList().

devtools::install_github("timelyportfolio/vueR")`
@elgabo82
elgabo82 / eslintrc
Created November 15, 2019 13:50 — forked from gndx/eslintrc
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": ["airbnb"],
"globals": {
"document": false,
"escape": false,
@elgabo82
elgabo82 / gitignore
Created November 15, 2019 13:50 — forked from gndx/gitignore
# Node template
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data