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.
Click to load comments...