1. vue-validator
Validator component for Vue.js
vue-validator
Package: vue-validator
Created by: kazupon
Last modified: Sun, 13 Nov 2022 06:08:23 GMT
Version: 3.0.0-alpha.2
License: MIT
Downloads: 4,991
Repository: https://github.com/kazupon/vue-validator

Install

npm install vue-validator
yarn add vue-validator

vue-validator

CircleCI Status
Coverage Status
npm package

Validator component for Vue.js

: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

  • v2 later
    • Vue.js 1.0.20+
  • v3 alpha (WIP :construction:)
    • Vue.js 2.0.3 later

:book: Documentation

  • v2 later
  • v3
    • WIP :construction: here

:star: Projects

  • v2: (maintance: https://github.com/kazupon/vue-validator/projects/1)
  • v3: (for 3.0 release: https://github.com/kazupon/vue-validator/projects/2)

:muscle: 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 !

:leaves: Branch

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

: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.

MIT

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin