Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obewds/vue-validators
The @obewds/vue-validators design system component for Vue.js
https://github.com/obewds/vue-validators
Last synced: 5 days ago
JSON representation
The @obewds/vue-validators design system component for Vue.js
- Host: GitHub
- URL: https://github.com/obewds/vue-validators
- Owner: obewds
- License: mit
- Created: 2022-04-27T06:05:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T02:23:00.000Z (over 1 year ago)
- Last Synced: 2024-10-06T09:23:36.540Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://obewds.github.io/vue-validators/
- Size: 1.58 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
### ⚠️ Project Depreciated ⚠️
**This project has been depreciated. Use [VueVentus](https://vueventus.com/) (via [github](https://github.com/obewds/vueventus) or via [npm](https://www.npmjs.com/package/@obewds/vueventus)), which is the result of this project, and has this functionality along with much more.**
---
# vue-validators
The @obewds/vue-validators design system component for Vue.js
![GitHub package.json version](https://img.shields.io/github/package-json/v/obewds/vue-validators?label=Github&logo=github&style=for-the-badge) ![npm](https://img.shields.io/npm/v/@obewds/vue-validators?color=%23cc3534&logo=npm&style=for-the-badge)
![Vue.js](https://img.shields.io/badge/vuejs-%2335495e.svg?style=for-the-badge&logo=vuedotjs&logoColor=%234FC08D) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white) ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white) ![Dependabot](https://img.shields.io/badge/dependabot-025E8C?style=for-the-badge&logo=dependabot&logoColor=white)
---
## DocumentationCheck out the [official docs](https://obewds.github.io/vue-validators/) for this component for more details!
Or check out the [CHANGELOG](https://github.com/obewds/vue-validators/blob/main/CHANGELOG.md) for the code base!
---
## Installation```bash
npm install @obewds/vue-validators --save-dev
```
---
## Uninstall```bash
npm uninstall @obewds/vue-validators
```