https://github.com/gauravtiwari/webpacker-vue
Webpacker Vue integration and demo
https://github.com/gauravtiwari/webpacker-vue
rails vue webpacker
Last synced: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T05:39:05.000Z (over 9 years ago)
- Last Synced: 2025-04-05T07:26:20.872Z (about 1 year ago)
- Topics: rails, vue, webpacker
- Language: Ruby
- Homepage: https://webpacker-vue.herokuapp.com/
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- 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
```