ember-tour:用于雄心勃勃的站点游览的 Ember Addon

时间:2024-06-18 01:04:57
【文件属性】:

文件名称:ember-tour:用于雄心勃勃的站点游览的 Ember Addon

文件大小:28KB

文件格式:ZIP

更新时间:2024-06-18 01:04:57

JavaScript

余烬之旅 Ember tour 是站点游览的插件。 您可以设置默认游览、从控制器触发游览、在不离开游览的情况下在路线之间移动以及从服务器加载游览。 入门 npm install ember-tour --save-dev bower install 这将在您的应用程序中包括两个组件和两个模型。 组件: ember-tour和tour-stop 型号: tour和tour-stop 构建您的旅行 游览包括一个tour ,其中有许多tour-stops 。 您可以使用默认适配器从数据库加载它们,也可以使用夹具从 json 加载它们。 tours name :必填。 行程名称 spotlight : 如果设置为 true,背景将变灰并在目标元素上产生聚光灯效果。 默认为真 showStepNumbers:如果设置为true,则当前停靠点的编号将显示在左上角。 默认 true show


【文件预览】:
ember-tour-master
----.jshintrc(518B)
----bower.json(534B)
----.ember-cli(280B)
----.travis.yml(245B)
----config()
--------environment.js(90B)
----LICENSE.md(1KB)
----README.md(3KB)
----addon()
--------models()
--------components()
--------mixins()
----.bowerrc(60B)
----testem.json(159B)
----.editorconfig(514B)
----tests()
--------.jshintrc(1KB)
--------index.html(1KB)
--------test-helper.js(449B)
--------helpers()
--------dummy()
--------unit()
----.gitignore(254B)
----Brocfile.js(708B)
----app()
--------models()
--------components()
--------templates()
----index.js(187B)
----package.json(932B)
----vendor()
--------ember-tour.css(3KB)
--------.gitkeep(0B)

网友评论