https://github.com/ttytm/vue3-vuelidate
bugreport
https://github.com/ttytm/vue3-vuelidate
Last synced: 6 months ago
JSON representation
bugreport
- Host: GitHub
- URL: https://github.com/ttytm/vue3-vuelidate
- Owner: ttytm
- Created: 2022-10-28T15:19:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T16:05:43.000Z (over 3 years ago)
- Last Synced: 2025-03-28T19:11:50.782Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 403 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-vuelidate

## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```