apply_vue {packer} | R Documentation |
Apply Vue
Description
Apply Vue to a project, adds the relevant (babel) loader, installs dependencies,
and creates, or updates, or replaces the srcjs/index.js
file.
Usage
apply_vue(use_cdn = TRUE)
Arguments
use_cdn |
Whether to use the CDN for |
Details
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.
[Package packer version 0.1.3 Index]