Learning a new framework can be a very complicated process for any developer, especially for someone that is still learning the basics of JavaScript. For this reason, we decided to create this series, which will make Vue.js learning as easy and digestible as possible.
How to integrate Vue.js to your project
There are several ways you can integrate Vue into your web project. Let's begin with the simplest one.
Most tutorials automatically assume that you understand how to set up and run a development environment in which you should use things like npm, the webpack...
We will start with a much simpler beginner-friendly approach.
Just go ahead and run your favorite code editor. Then, create a new file called index.html.
Vue test page
Hi world!
We just set the bones for a simple website, nothing really fancy. Now, let's get the library of Vue. Before closing,< /body > paste this script tag.
[...]