apply_vue | R Documentation |
Apply Vue to a project, adds the relevant (babel) loader, installs dependencies,
and creates, or updates, or replaces the srcjs/index.js
file.
apply_vue(use_cdn = TRUE)
use_cdn |
Whether to use the CDN for |
After running this function and bundling the JavaScript remember to place
div(id = "app"), tags$script(src = "www/index.js")
at the bottom of your shiny UI.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.