https://github.com/timelyportfolio/vue-cli-r
https://github.com/timelyportfolio/vue-cli-r
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/timelyportfolio/vue-cli-r
- Owner: timelyportfolio
- Created: 2021-11-28T19:30:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T05:19:36.000Z (over 3 years ago)
- Last Synced: 2025-01-16T02:53:22.308Z (3 months ago)
- Language: Vue
- Size: 635 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - timelyportfolio/vue-cli-r - (Vue)
README
# vue-cli-r
Quick example illustrating how we can combine `Shiny` and a `vue-cli` project complete with `Vuetify` and `vue-router`. As an added bonus, we also supply `leaflet htmlwidget` with a `Vue` component that wraps an `htmlwidget` from `R`.
To see it working, clone the repo and `runApp` as you would with a typical Shiny application.
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).