https://github.com/franmc01/vue-formularioapp
El siguiente repositorio contendrá una aplicacion donde aprendo a interactuar con los formularios en Vue 3 mediante CompositionAPI
https://github.com/franmc01/vue-formularioapp
Last synced: 5 months ago
JSON representation
El siguiente repositorio contendrá una aplicacion donde aprendo a interactuar con los formularios en Vue 3 mediante CompositionAPI
- Host: GitHub
- URL: https://github.com/franmc01/vue-formularioapp
- Owner: franmc01
- Created: 2021-07-21T20:44:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T03:16:09.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T06:44:49.549Z (about 1 year ago)
- Language: Vue
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# composition-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/).