Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gauravtiwari/webpacker-vue
- Owner: gauravtiwari
- Created: 2017-02-25T04:57:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T05:39:05.000Z (almost 8 years ago)
- Last Synced: 2024-12-05T13:40:31.557Z (18 days ago)
- Topics: rails, vue, webpacker
- Language: Ruby
- Homepage: https://webpacker-vue.herokuapp.com/
- Size: 62.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```