文件名称:ember-google-recaptcha:适用于Emberjs的Google Recaptcha
文件大小:28KB
文件格式:ZIP
更新时间:2024-06-06 12:47:29
JavaScript
ember-google-recaptcha 将Google reCAPTCHA v2用作可处理标准版本和不可见版本的Ember js组件。 资源 安装 在命令行中,运行以下命令 npm install ember-google-recaptcha 配置 先决条件:从设置并生成正确的API密钥 在应用程序的config/environment.js的ENV变量中,添加以下属性 var ENV = { ... googleRecaptcha: { siteKey: 'google_recaptcha_site_key', }, ... }; 使用率 标准用法 对于reCATPCHA的传统用法,将以下内容添加到您的模板中 {{google-recpatcha onSuccess=(action "onCaptchaReso
【文件预览】:
ember-google-recaptcha-master
----.travis.yml(847B)
----.ember-cli(280B)
----ember-cli-build.js(501B)
----vendor()
--------.gitkeep(0B)
----addon()
--------components()
--------.gitkeep(0B)
----config()
--------release.js(591B)
--------ember-try.js(2KB)
--------environment.js(112B)
----index.js(456B)
----.watchmanconfig(37B)
----package.json(2KB)
----tests()
--------test-helper.js(162B)
--------index.html(1KB)
--------unit()
--------.eslintrc.js(55B)
--------dummy()
--------integration()
--------helpers()
----app()
--------components()
--------.gitkeep(0B)
----testem.js(214B)
----.npmignore(195B)
----.eslintrc.js(188B)
----LICENSE.md(1KB)
----.gitignore(256B)
----README.md(6KB)
----.editorconfig(368B)