https://github.com/tpluscode/uv-form-vue
https://github.com/tpluscode/uv-form-vue
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tpluscode/uv-form-vue
- Owner: tpluscode
- Created: 2020-05-12T09:33:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T09:34:21.000Z (over 5 years ago)
- Last Synced: 2025-04-05T11:15:36.868Z (10 months ago)
- Language: Vue
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# forms
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).