/shinyvuer

Demo of using shiny and vue together

Primary LanguageVueOtherNOASSERTION

shinyvuer

stability-wip

A quick demo of using Shiny and Vue together. Inspired by this shiny dev series episode (from which I copied borrowed more than a few ideas).

Try it out

View the app on shinyapps.io here:

https://harryfish.shinyapps.io/shinyvuer/

You can install app with:

# install.packages("pak")
pak::pak("hfshr/shinyvuer")

Start the app with:

shinyvuer::run_app()

How?

Lots of great tools made by very clever people -

Develop

Edit files in srcjs/ directory and run packer::bundle() followed by golem::run_dev() to view changes.