August 26th, 2019
The most common question about testing Vue components I see out there is: what exactly should I test? In this article, I'll share with you some guidelines I use for that ensur...
vue.js testing unit testing components
July 16th, 2019
If you want to run automated browser tests on a server without a dedicated GUI, you'll need to run Chrome in headless mode. Here's how to do it with the Nightwatch Vue CLI 3 p...
vue.js nightwatch e2e chrome testing
May 20th, 2019
Nuxt contributor Jonas Galvez provides seven pro tips for super-charging your Nuxt.js projects....
vue.js nuxt
May 13th, 2019
Did you know that the validation errors in your Vue.js forms might not be heard by screenreader users? Learn how to create accessible validation errors with Vue.js and ARIA....
vue.js validation accessibility
April 29th, 2019
If you're looking to make a scalable Vue or Nuxt app, you might consider using Vuex ORM. I've recently used it in a project, and in this article, I'll share with you how it wo...
vuex
April 15th, 2019
JSON Web Token is the current state-of-the-art technology for API authentication. Let's see if I can explain how JWT can secure your API without crossing your eyes!...
authentication javascript