Skip to content

Daweb-Schools/advice-generator-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advice Generator App

Advice generator app using the Advice Slip API and VUE

active-states

Colors

Primary

  • Light Cyan: hsl(193, 38%, 86%)
  • Neon Green: hsl(150, 100%, 66%)

Typography

Body Copy

  • Font size (quote): 28px

Font

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build