Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 521 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 521 Bytes

Dynamic Forms with Vue.js

Demonstration of the app we build in the course

A user should be able to:

  • Pick a Coffee plan
  • Login or create an account
  • Enter her delivery details
  • Select additional monthly treats
  • Confirm her monthly coffee order

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint