https://github.com/ltsites/spree_simple_slider
Spree simple slick slider
https://github.com/ltsites/spree_simple_slider
rails rails-api rails-application rails-gem ruby-on-rails spree spree-ecommerce spree-extension spree-slick-slider spree-slider spreecommerce
Last synced: 4 months ago
JSON representation
Spree simple slick slider
- Host: GitHub
- URL: https://github.com/ltsites/spree_simple_slider
- Owner: ltSites
- License: bsd-3-clause
- Created: 2019-03-17T13:13:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T10:19:42.000Z (almost 6 years ago)
- Last Synced: 2025-01-14T11:56:24.260Z (4 months ago)
- Topics: rails, rails-api, rails-application, rails-gem, ruby-on-rails, spree, spree-ecommerce, spree-extension, spree-slick-slider, spree-slider, spreecommerce
- Language: Ruby
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spree Simple Slider
Spree extension with Slick slider integration
## Installation
1. Add this extension to your Gemfile with this line:
```ruby
gem 'spree_simple_slider', github: 'ltSites/spree_simple_slider'
```2. Install the gem using Bundler:
```ruby
bundle install
```3. Copy & run migrations
```ruby
bundle exec rails g spree_simple_slider:install
```4. Restart your server
If your server was running, restart it so that it can find the assets properly.
## Add slider to view
Insert it to your spree view
```shell
<%= itsites_simple_slider %>
```## Testing
Tested at Spree 3.6