Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timelyportfolio/vue-cli-r


https://github.com/timelyportfolio/vue-cli-r

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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/).