文件名称:ember-validators:EmberJS验证器的集合
文件大小:117KB
文件格式:ZIP
更新时间:2024-06-03 07:07:39
JavaScript
灰烬验证者 EmberJS验证器的集合 安装 ember install ember-validators 有用的网址 需要帮助吗? 如果是错误,。 用法 验证器可以单独导入并按原样使用 import validatePresence from 'ember-validators/presence' ; import validateLength from 'ember-validators/length' ; validatePresence ( 'foo' , { presence : true } ) ; validateLength ( 'foo' , { min : 1 } ) ; 或通过提供的验证方法 import { validate } from 'ember-validators' ; validate ( 'presence' , 'foo' , { presen
【文件预览】:
ember-validators-master
----.gitignore(346B)
----.codeclimate.yml(70B)
----app()
--------.gitkeep(0B)
----package.json(2KB)
----jsconfig.json(141B)
----LICENSE.md(1KB)
----.watchmanconfig(37B)
----.travis.yml(1KB)
----index.js(64B)
----CHANGELOG.md(3KB)
----addon()
--------presence.js(1KB)
--------.gitkeep(0B)
--------format.js(3KB)
--------index.js(341B)
--------ds-error.js(1KB)
--------confirmation.js(980B)
--------utils()
--------messages.js(3KB)
--------inclusion.js(1KB)
--------length.js(2KB)
--------exclusion.js(1KB)
--------date.js(3KB)
--------number.js(4KB)
--------collection.js(933B)
----testem.js(512B)
----.eslintrc.js(1KB)
----README.md(2KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------dummy()
--------integration()
--------unit()
--------helpers()
--------index.html(1KB)
--------test-helper.js(228B)
----config()
--------ember-try.js(1KB)
--------release.js(733B)
--------environment.js(90B)
--------changelog.js(803B)
----.ember-cli(280B)
----ember-cli-build.js(494B)
----yuidoc.json(748B)
----.npmignore(277B)
----.editorconfig(368B)
----yarn.lock(280KB)