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 5

Including Vue in the project

We're finally ready to start actually writing some code!

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

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

But we're actually going to use a production-ready build of Vue since we won't be using Webpack in this particular project.


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