The video for this lesson is currently being updated, please read the transcript instead.

Including Vue in the project

Our project is setup and running now, so we're finally ready to start writing some code!

Adding the Vue library

The first thing that you'll want to do in a Vue.js project is to include the Vue library.

There are number of ways to do this. For example, you could use Webpack and bundle the library in a JavaScript build file and include that in the project.

To view the complete lesson you'll need to login or join this course.


Click to load comments...