Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T16:44:11.000Z (over 2 years ago)
- Last Synced: 2024-11-30T21:08:01.707Z (about 1 month ago)
- Language: Vue
- Homepage: https://www.vuemastery.com/courses/validating-vue3-forms/why-vee-validate
- Size: 182 KB
- Stars: 51
- Watchers: 4
- Forks: 58
- 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/).