https://github.com/codingexplained/vuejs-forms
Contains the code for the forms section from the Vue.js: From Beginner to Professional course.
https://github.com/codingexplained/vuejs-forms
javascript vue vue2 vuejs vuejs2
Last synced: 9 months ago
JSON representation
Contains the code for the forms section from the Vue.js: From Beginner to Professional course.
- Host: GitHub
- URL: https://github.com/codingexplained/vuejs-forms
- Owner: codingexplained
- Created: 2017-07-13T11:47:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T17:55:42.000Z (over 5 years ago)
- Last Synced: 2025-04-10T03:17:02.190Z (9 months ago)
- Topics: javascript, vue, vue2, vuejs, vuejs2
- Language: Vue
- Homepage: https://l.codingexplained.com/r/vuejs-course?src=github
- Size: 10.7 KB
- Stars: 7
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Working with Vue.js Forms
This repository contains the code for the forms section from the [Vue.js: From Beginner to Professional course](https://l.codingexplained.com/r/vuejs-course?src=github).
## Getting up and Running
``` bash
# Install the dependencies
npm install
# Serve with hot reload at http://localhost:8080
npm run dev
# Build for production with minification
npm run build
```