https://github.com/horezmi/vue-form-page
Application form with Vue.js
https://github.com/horezmi/vue-form-page
vuejs
Last synced: 2 months ago
JSON representation
Application form with Vue.js
- Host: GitHub
- URL: https://github.com/horezmi/vue-form-page
- Owner: horezmi
- Created: 2020-12-16T21:04:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-16T21:23:16.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T11:39:28.708Z (8 months ago)
- Topics: vuejs
- Language: Vue
- Homepage: http://vue-form-page.surge.sh
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-form-page
[View Demo](http://vue-form-page.surge.sh)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).