Skip to content

forky-mcforkface/vue-validator

This branch is 6 commits ahead of kazupon/vue-validator:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a7a1f56 Β· May 14, 2024
May 14, 2024
Dec 27, 2016
Dec 14, 2016
Dec 26, 2016
Jan 25, 2017
Dec 26, 2016
Feb 3, 2017
Dec 14, 2016
Dec 26, 2016
Sep 12, 2016
Sep 12, 2016
Oct 19, 2016
Jun 14, 2016
Jun 14, 2016
Dec 26, 2016
Feb 22, 2016
Dec 25, 2017
Dec 27, 2016
Dec 27, 2016
Dec 9, 2016

Repository files navigation

vue-validator - DEPRECATED

CircleCI Status codecov npm package

Validator component for Vue.js

⚠️ 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.

⚠️ NOTE: official release for Vue.js 2.0 not yet 🚧

⚠️ NOTICE !!

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

πŸ†— Compatibility

  • v2 later
    • Vue.js 1.0.20+
  • v3 alpha (WIP 🚧)
    • Vue.js 2.0.3 later (2.2 later, not works)

πŸ“– Documentation

  • v2 later
  • v3

⭐ Projects

πŸ’ͺ Contributing

  • 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 !

πŸƒ Branch

  • dev (developement branch for v3 later)
  • 2.x (maintance branch for v2 later)

πŸ”¨ 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

❗ Issues

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

πŸš€ Contribution

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

πŸ“œ Changelog

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

©️ License

MIT

About

βœ… Validator component for Vue.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.8%
  • HTML 0.2%