bootstrap-tour

WebJar for bootstrap-tour

Лицензия

Лицензия

MIT
Категории

Категории

Github Инструменты разработки Контроль версий
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

github-com-sorich87-bootstrap-tour-
Последняя версия

Последняя версия

0.12.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

bootstrap-tour
WebJar for bootstrap-tour
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/sorich87/bootstrap-tour

Скачать github-com-sorich87-bootstrap-tour-

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-sorich87-bootstrap-tour-/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-sorich87-bootstrap-tour-</artifactId>
    <version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-sorich87-bootstrap-tour-/
implementation 'org.webjars.npm:github-com-sorich87-bootstrap-tour-:0.12.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-sorich87-bootstrap-tour-/
implementation ("org.webjars.npm:github-com-sorich87-bootstrap-tour-:0.12.0")
'org.webjars.npm:github-com-sorich87-bootstrap-tour-:jar:0.12.0'
<dependency org="org.webjars.npm" name="github-com-sorich87-bootstrap-tour-" rev="0.12.0">
  <artifact name="github-com-sorich87-bootstrap-tour-" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-sorich87-bootstrap-tour-', version='0.12.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-sorich87-bootstrap-tour-" % "0.12.0"
[org.webjars.npm/github-com-sorich87-bootstrap-tour- "0.12.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : bootstrap jar [3,4)
org.webjars.npm : jquery jar [1.8,)

Модули Проекта

Данный проект не имеет модулей.

Bootstrap Tour

Build Status Dependency Status devDependency Status NPM Version Reviewed by Hound

Quick and easy way to build your product tours with Bootstrap Popovers.

Compatible with Bootstrap >= 2.3.0

Demo and Documentation

http://bootstraptour.com

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Gulp.

Feel free to contribute with pull requests, bug reports or enhancement suggestions.

We use Gulp and Jasmine. Both make your life easier ;)

Develop

Files to be developed are located under ./src/. Compiled sources are then automatically put under ./build/, ./test/ and ./docs/.

Requirements

To begin, you need a few standard dependencies installed. These commands will install ruby, gem, node, yarn, and gulp's command line runner:

Debian/Ubuntu Linux
$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
$ sudo apt-get update && sudo apt-get install ruby-full yarn
Mac OS X
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install ruby yarn
Development requirements
$ yarn global add gulp-cli
$ yarn
$ gem install jekyll

For Mac OS X Mavericks (10.9) users: You will need to jump through all these hoops before you can install Jekyll.

Gulp usage

Run gulp and start to develop with ease:

$ gulp
$ gulp dist
$ gulp test
$ gulp docs
$ gulp clean
$ gulp server
$ gulp bump --type minor (major.minor.patch)

Check gulpfile.coffee to know more.

License

Code licensed under the MIT license. Documentation licensed under CC BY 3.0.

Версии библиотеки

Версия
0.12.0