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

https://github.com/rossta/rails6-webpacker-demo


https://github.com/rossta/rails6-webpacker-demo

Last synced: about 1 year ago
JSON representation

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)