Skip to content

ryangallen/Vue-JS-Crash-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-JS-Crash-Course

A Vue.js demonstration based on the Vue JS Crash Course tutorial by Traversy Media.

Prerequisites

Set up

yarn install

Compile and hot-reload for development

yarn serve

Compile and minify for production

yarn build

Lint and fix files

yarn lint