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

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.

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
```