Vue Axe

Posted by

Vincenzo Rubano
on · one minute reading.

Vue-axe is an open source library that facilitates automated accessibility testing of web applications developed by leveraging the Vue.JS framework. The library allows to effortlessly integrate axe-core in your vue project.

It basically runs axe-core included tests whenever the DOM changes, logging all issues to the browser’s console. Note that this version only works for Vue 2 based projects; if you use Vue 3, you can consider vue-axe-next.

Please remember: automated accessibility testing can catch the majority of accessibility issues within a web application, but not all of them! It is a good starting point, but aalways perform additional manual accessibility testing!

Filed under: