How to Build Vue Components in a WordPress Theme
The inline-template directive allows us to build rich Vue components as a progressive enhancement over existing WordPress markup.
The inline-template directive allows us to build rich Vue components as a progressive enhancement over existing WordPress markup.
One of the key advantages of Vue.js is that it plays nicely with other code: it is easy to embed progressively into other applications, but it is also easy to wrap up non-Vue code into Vue. This article explores this second advantage, covering three distinct types of third-party JavaScript and ways to embed each of them in Vue.
A client of mine recently requested a simple image gallery for her site — one which would display her Instagram feed. I thought: “no…
Is jQuery really easier to learn than Vue.js? In this article we show you why Vue.js might be a better alternative for beginners.
Vue.js vs. jQuery. Use cases and comparison with examples. What is Vue.js? How is it different from jQuery? Should I stop using jQuery if I learnt Vue.js?
jQuery Form Wizard is a jQuery plugin for creating form wizard or form flow without refreshing your page or webpage. We have listed 6 of them in this post.
Animate.css is a collection of "just-add-water CSS animations" created by Daniel Eden. A library of common animations that you can pull from anytime for your projects.