Skip to content

miguelramosfdz/Swiper-Hash-Navigation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swiper-Hash-Navigation

Hash Navigation plugin for Swiper

Hash Navigation plugin adds hash url navigation for your swiper slides.

Demos and usage at http://www.idangero.us/sliders/swiper/plugins/hashnav.php

Note

UMD and non UMD versions are provided.

Build

This project uses grunt to build a dist version.

First you need to have grunt-cli which you should install globally.

$ npm install -g grunt-cli

Then install all dependencies,

$ npm install
$ grunt

The results is available in dist folder.

Build all versions

To create all versions you can use the dist task :

$ grunt dist

This task is equivalent to :

$ grunt build          # the non module version
$ grunt build-umd      # the module compatible version
$ grunt uglify         # minify umd and non umd versions

Demos

Build

To update demos dependencies you will need to do this first,

$ grunt demo
$ cd demos
$ bower install

Launch demos

You can use npm serve module which will create a temporary local server, that will help you watch the demos with no setup overhead.

If you don't have already serve module installed, the recommanded way is to install it globally:

$ npm install -g serve

Then launch the temporary web server on any port you want, default being 3000, and give the demo path as the root directory.

If you want to launch on port 5000, being in ./demos folder, type this:

$ serve . -p 5000

or being in the root folder:

$ serve ./demos/ -p 5000

You can now point your brower to http://localhost:5000/.

License

GPL & MIT

Packages

No packages published

Languages

  • JavaScript 100.0%