vue-validator

WebJar for vue-validator

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

vue-validator
Last Version

Last Version

2.1.7
Release Date

Release Date

Type

Type

jar
Description

Description

vue-validator
WebJar for vue-validator
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/kazupon/vue-validator

Download vue-validator

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/vue-validator/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>vue-validator</artifactId>
    <version>2.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vue-validator/
implementation 'org.webjars.npm:vue-validator:2.1.7'
// https://jarcasting.com/artifacts/org.webjars.npm/vue-validator/
implementation ("org.webjars.npm:vue-validator:2.1.7")
'org.webjars.npm:vue-validator:jar:2.1.7'
<dependency org="org.webjars.npm" name="vue-validator" rev="2.1.7">
  <artifact name="vue-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vue-validator', version='2.1.7')
)
libraryDependencies += "org.webjars.npm" % "vue-validator" % "2.1.7"
[org.webjars.npm/vue-validator "2.1.7"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

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

Versions

Version
2.1.7