Vue
Nuxt.js - Creating an e-Commerce Site with Vue.js

Using Vuetify to Make Our Store Look Better

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

Now that Firebase is set up, in this video, Erik teaches how to clean up your app to make it look a little nicer.

Course Update:

  • v-card-media has been replaced by v-img. It works the same way!
  • Make sure to update the text from the video.
<!--Replace v-card-media -->
<v-card-media :src="product.pic" class="media" height="300px">
...
</v-card-media>
<!-- with -->
<v-img :src="product.pic" class="media" height="300px">
..
</v-img>

Links:

 

I finished! On to the next chapter