Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.23 KB

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.