Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gauravtiwari/webpacker-vue

Webpacker Vue integration and demo
https://github.com/gauravtiwari/webpacker-vue

rails vue webpacker

Last synced: 5 days ago
JSON representation

Webpacker Vue integration and demo

Awesome Lists containing this project

README

        

## Development
```bash
bundle install
yarn install
bundle exec foreman start -f Procfile.dev
```

## Deployment
```bash
heroku create app-name
heroku buildpacks:set heroku/nodejs --index 1
heroku buildpacks:set heroku/ruby --index 2
git push heroku master
```