Trip.js

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

Github星跟踪图

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

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

概览

名称与所有者EragonJ/Trip.js
主编程语言JavaScript
编程语言JavaScript (语言数: 4)
平台
许可证MIT License
发布数30
最新版本名称v3.3.5 (发布于 )
第一版名称v1.1.0 (发布于 2013-06-03 17:18:20)
创建于2012-12-02 16:51:52
推送于2019-03-13 03:34:43
最后一次提交2019-03-13 12:34:31
星数793
关注者数26
派生数111
提交数335
已启用问题?
问题数135
打开的问题数30
拉请求数47
打开的拉请求数1
关闭的拉请求数20
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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

去到顶部