kazupon / vue-validator

:white_check_mark: Validator component for Vue.js
MIT License
2.19k stars 431 forks source link

vue-validator - DEPRECATED

CircleCI Status codecov npm package

Validator component for Vue.js

:warning: Please note, this project is deprecated and no longer being maintained

I recommend that you use other validation libraries. Thank you for everything you have done for vue-validator.

:warning: NOTE: official release for Vue.js 2.0 not yet :construction:

:warning: NOTICE !!

vue-validator have retiring from vue.js official plugins. in the future, vue-validator is continuing as personal project.

:ok: Compatibility

:book: Documentation

:star: Projects

:muscle: Contributing

:leaves: Branch

:hammer: Development Setup

# 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

:exclamation: Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

:rocket: Contribution

Please make sure to read the Contributing Guide before making a pull request.

:scroll: Changelog

Details changes for each release are documented in the CHANGELOG.md.

:copyright: License

MIT