vue-validator下载 - Vue.js的验证器组件
2230 2017-12-25 JavaScript MIT 官方网站
✅Vue.js的验证器组件,注意作者已经放弃维护。
2230 2017-12-25 JavaScript MIT 官方网站
✅Vue.js的验证器组件,注意作者已经放弃维护。
v2.1.5.zip(v2.1.5) 下载
v2.1.2.zip(v2.1.2) 下载
v2.1.4.zip(v2.1.4) 下载
v2.1.3.zip(v2.1.3) 下载
v2.1.7.zip(v2.1.7) 下载
v3.0.0-alpha.1.zip(v3.0.0-alpha.1) 下载
v3.0.0-alpha.2.zip(v3.0.0-alpha.2) 下载
v2.1.6.zip(v2.1.6) 下载
v2.1.0.zip(v2.1.0) 下载
v2.1.1.zip(v2.1.1) 下载
Validator component for Vue.js
I recommend that you use other validation libraries. Thank you for everything you have done for vue-validator.
NOTE: official release for Vue.js 2.0 not yet
vue-validator
have retiring from vue.js official plugins. in the future, vue-validator
is continuing as personal project.
v2 later
Vue.js 1.0.20
+
v3 alpha
Vue.js 2.0.3
later (2.2
later, not works)
v2: (maintance: https://github.com/kazupon/vue-validator/projects/1)
v3: (for 3.0 release: https://github.com/kazupon/vue-validator/projects/2)
Fork it !
Create your top branch from 2.x
: git branch my-new-topic origin/dev
Commit your changes: git commit -am 'Add some topic'
Push to the branch: git push origin my-new-topic
Submit a pull request to 2.x
branch of kazupon/vue-validator
repository !
dev (developement branch for v3 later)
2.x (maintance branch for v2 later)
# install deps
npm install
# build dist files
npm run build
# lint
npm run lint
# run unit tests only
npm run unit
# run e2e tests only
npm run e2e
# lint & run all tests
npm test
Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.
Please make sure to read the Contributing Guide before making a pull request.
Details changes for each release are documented in the CHANGELOG.md.