May 20th, 2017
jQuery and VueJS don't play well together. But if you really need to use a jQuery plugin in a Vue project, you can wrap it in a component to mitigate some of the potential pro...
vue.js jquery plugins
May 8th, 2017
Building a browser extension with Vue is a very similar process to building a regular web page with Vue, but there are a few key differences which you must be aware of....
vue.js chrome
May 1st, 2017
If you want to build a page with JavaScript, VueJS can do one helluva job on it. But Vue has no dominion over the head and body tags. What can you do if you need to manage the...
vue.js design patterns html
April 22nd, 2017
Lodash, Moment, Axios, Async…these are useful Javascript libraries to utilise in your Vue.js apps. In this article we look at a method for including libraries that is DRY, avo...
vue.js plugins javascript
April 16th, 2017
When building single-page Vue applications many developers forget to create good UX for browser button navigation. In this article we look at how we can set up smooth and pred...
vue.js vue-router ux
April 9th, 2017
Server-side rendering is all the rage right now. But if you aren't using a Node.js server then you're out of luck. In this article I'm going to explain a method I use to fake ...
vue.js laravel server-side rendering prerendering