Courses
Vue Foundations Vue Fullstack Vue Enterprise
Articles
Latest Topics
More
Newsletter Sponsorship Discord About
The video for this lesson is currently being updated, please read the transcript instead.
Build Your First Vue.js App > Lesson 7

Rendering data on the page

We've just created a Vue instance and mounted it to the page, so let's now get it to actually modify our page somehow.

One of the most basic things that Vue can do is render JavaScript data, so let's get it to do that.

See on our page here that we've got a value for the total of all the cart contents. Currently, that value is hardcoded in the page. Let's instead replace this with dynamic JavaScript data.


Back to course page

Click to load comments...

Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom