- Published on
Creating a Vue Application with CDN setup
Vue.js isn't called "The progressive JavaScript Framework" for nothing. They are called that because you don't need to install a lot of npm packages and recreate your entire project in a new framework. If you have an existing website and need to add some interactive features to it, just add the Vue.js by script
tag and use it in your page. How to do that? Let's see in this post.