Vue
Introduction to Vue.js: Components

Exercise: Create Your First Component

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 

Please be sure to read the README file found in the code sandbox for detailed instructions. You can find the code sandbox for this example here: https://codesandbox.io/s/intro-exercise-1-t4zr3

For the first exercise, I will have you go to code sandbox, and create a new component. This component should have a template block, a script block, and a style block.

Once you have created your component, I want you to add it to the app within the view, much like the hello world component.

 

I finished! On to the next chapter