Vue Axe Next
Posted by
Vincenzo Rubanoon · one minute reading.Kind of a successor to vue-axe, vue-axe-next 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 3 based 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 3 based projects.
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!