An open API service indexing awesome lists of open source software.

https://github.com/ttytm/vue3-vuelidate

bugreport
https://github.com/ttytm/vue3-vuelidate

Last synced: 6 months ago
JSON representation

bugreport

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
```