Skip to content
Vue crash course application
Branch: master
Clone or download
bradtraversy Merge pull request #1 from lusarz/master
Refactor form submit prevent default
Latest commit fe3446c Apr 30, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
public Initial commit Jan 10, 2019
src Refactor form submit prevent default Jan 13, 2019
.gitignore Initial commit Jan 10, 2019
README.md Added link to related video on Youtube Apr 29, 2019
babel.config.js Initial commit Jan 10, 2019
package-lock.json Initial commit Jan 10, 2019
package.json Initial commit Jan 10, 2019

README.md

Vue Crash Course (TodoList)

This is the code for the crash course on YouTube

Quick Start

# Install dependencies
npm install

# Serve on localhost:8080
npm run serve

# Build for production
npm run build
You can’t perform that action at this time.