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!
- Host: GitHub
- URL: https://github.com/sahilpabale/vue-forms
- Owner: sahilpabale
- Created: 2021-03-14T16:45:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T17:21:29.000Z (over 4 years ago)
- Last Synced: 2025-02-16T08:15:26.331Z (8 months ago)
- Language: Vue
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).