https://github.com/code-pop/validating-vue3-forms
Repo for VueMastery.com's Validating Vue 3 Forms course.
https://github.com/code-pop/validating-vue3-forms
Last synced: 6 months ago
JSON representation
Repo for VueMastery.com's Validating Vue 3 Forms course.
- Host: GitHub
- URL: https://github.com/code-pop/validating-vue3-forms
- Owner: Code-Pop
- Created: 2021-04-04T10:51:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T19:49:59.000Z (about 1 year ago)
- Last Synced: 2025-04-05T16:14:01.087Z (10 months ago)
- Language: Vue
- Homepage: https://www.vuemastery.com/courses/validating-vue3-forms/why-vee-validate
- Size: 368 KB
- Stars: 51
- Watchers: 3
- Forks: 55
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 3 Forms
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).