https://github.com/rossta/rails6-webpacker-demo
https://github.com/rossta/rails6-webpacker-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rossta/rails6-webpacker-demo
- Owner: rossta
- Created: 2019-11-26T11:19:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:10:57.000Z (over 3 years ago)
- Last Synced: 2025-05-06T10:17:40.048Z (about 1 year ago)
- Language: Ruby
- Size: 4.81 MB
- Stars: 15
- Watchers: 4
- Forks: 6
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This app contains several examples of using Rails 6 and Webpack to load selected JavaScript dependencies. Often I created these demos to answer questions on StackOverflow.
Check out the [branches in the main repository](https://github.com/rossta/rails6-webpacker-demo/branches), including:
* [Importing images](https://github.com/rossta/rails6-webpacker-demo/compare/example/images)
* [React with CSS-in-JS](https://github.com/rossta/rails6-webpacker-demo/compare/example/react-image)
* [CSS Modules](https://github.com/rossta/rails6-webpacker-demo/compare/example/css-module)
* [Pikaday demo](https://github.com/rossta/rails6-webpacker-demo/compare/example/pikaday)
* [Select2 demo](https://github.com/rossta/rails6-webpacker-demo/compare/example/select2)
* [Gmaps4Rails demo](https://github.com/rossta/rails6-webpacker-demo/compare/example/gmaps4rails)
* [Chosen demo](https://github.com/rossta/rails6-webpacker-demo/compare/example/chosen)