Welcome to exercise 1
-
Create a new component in the components folder. Give it any name you would like, but sure to use the .vue extension
-
Create a template, script, and style block within your component.
-
Within the root div, create a paragraph with your name.
-
Create a block within the script tag to export the component, giving it a name. This will be used to identify the component when importing it.
-
Clear out the links in the HelloWorld.vue component to clean things up.
-
Add your new component to Home.vue, and watch it show up in the app!