文件名称:ember-intercom-api
文件大小:98KB
文件格式:ZIP
更新时间:2024-06-01 02:51:54
JavaScript
ember-intercom-api 该插件仅在运行时注入Intercom.io的脚本,并为您提供了一个不错的界面,可通过intercom服务与该脚本进行交互。 安装 ember install ember-intercom-api 用法 您需要提供对讲脚本的appId : // config/environment.js ENV [ 'ember-intercom-api' ] = { appId : '[YOUR_APP_ID]' } ; 请记住,您可以使用config/enviroment可用的environment变量。 这样,您可以为您的development或staging环境设置测试appId : module . exports = function ( environment ) { var ENV = { //some stuff here
【文件预览】:
ember-intercom-api-master
----.gitignore(353B)
----app()
--------.gitkeep(0B)
--------services()
----package.json(2KB)
----package-lock.json(338KB)
----LICENSE.md(1KB)
----.bowerrc(60B)
----.watchmanconfig(37B)
----.travis.yml(1KB)
----index.js(839B)
----CHANGELOG.md(390B)
----addon()
--------.gitkeep(0B)
----testem.js(506B)
----.eslintrc.js(977B)
----README.md(3KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------acceptance()
--------dummy()
--------integration()
--------unit()
--------helpers()
--------.eslintrc.js(88B)
--------index.html(1KB)
--------test-helper.js(228B)
----config()
--------ember-try.js(1KB)
--------environment.js(90B)
----.eslintignore(28B)
----.ember-cli(280B)
----ember-cli-build.js(494B)
----.npmignore(277B)
----.editorconfig(543B)