Trip.js

Trip.js是一个插件,可以帮助您轻松地自定义教程之旅,具有更多的灵活性。(Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities. )

Github stars Tracking Chart

对于网站来说,很常见的是,您需要一个教程之旅来教新员工如何使用自己的服务。 除此之外,当有任何新功能出现时,您还需要确保您的努力工作已经被用户看到和使用。 像你一样,官方一直在做这样的常规工作,这就是为什么我们要制作一个超级轻量级的库 —— Trip.js,你可以用于大多数情况! 希望你会喜欢:)

浏览器支持
Trip.js已经过测试,它在IE 9+,Chrome 32+,Firefox 32+和Safari 9+上运行良好。

Overview

Name With OwnerEragonJ/Trip.js
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 4)
Platform
License:MIT License
Release Count30
Last Release Namev3.3.5 (Posted on )
First Release Namev1.1.0 (Posted on 2013-06-03 17:18:20)
Created At2012-12-02 16:51:52
Pushed At2019-03-13 03:34:43
Last Commit At2019-03-13 12:34:31
Stargazers Count793
Watchers Count26
Fork Count111
Commits Count335
Has Issues Enabled
Issues Count135
Issue Open Count30
Pull Requests Count47
Pull Requests Open Count1
Pull Requests Close Count20
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Trip.js Build Status Join the chat at https://gitter.im/EragonJ/Trip.js CDNJS

Trip.js

Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities. Right now Trip.js support lots of useful stuffs like keyboard binding, animations, changing themes ... etc. If you want to highly customize your own tutorial trip, then Trip.js is definitely worth to give it a try !

Browser support

Trip.js has been tested and work well on IE 9+, Chrome 32+, Firefox 32+ and Safari 9+

Version

3.3.5

How to

Use this library

Please check website, setup, configuration and API :P

Run tests

grunt test # run all QUnit tests

Development

Environment

  1. use node 5.1.1
  2. use npm 2.15.6
  3. npm i # to instasll dependencies

Build

grunt build # build js and CSS files
grunt build-js # build only js files
grunt build-css # build only CSS files

Bump version

grunt bumpversion --oldv=VERSION_FROM --newv=VERSION_TO # below is an example
grunt bumpversion --oldv=3.1.7 --newv=3.1.8 # change version number in src

Special thanks

Support Trip.js !

If you do love Trip.js, feel free to buy me some beers ! :beers:

My bitcoin wallet : 3Ar6wuyrta9AciZAYMFi3QCByXF6S5HneT

Author

Chia-Lung, Chen (EragonJ)

License

MIT

To the top