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

https://github.com/sahilpabale/vue-forms

A simple app to demonstrate Forms with Vue 3!
https://github.com/sahilpabale/vue-forms

Last synced: 6 months ago
JSON representation

A simple app to demonstrate Forms with Vue 3!

Awesome Lists containing this project

README

          

# vue-forms

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).