https://github.com/code-pop/vue-3-forms
https://github.com/code-pop/vue-3-forms
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/vue-3-forms
- Owner: Code-Pop
- Created: 2020-03-25T02:57:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T19:46:16.000Z (about 1 year ago)
- Last Synced: 2025-04-05T16:14:01.090Z (10 months ago)
- Language: Vue
- Size: 1.35 MB
- Stars: 109
- Watchers: 5
- Forks: 185
- Open Issues: 25
-
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/).