npm install
npm run serve
npm run build
npm run lint
WHAT WE DID
- Create project with CLI
- create new component in src/components folder
- used new component in App.vue
- Hello.vue component has template, script, style
- script section says what the
- props are key-value pairs that are allowed -- String is the type
- name is the name of the element/tag