vue-axe
Accessibility auditing for Vue.js applications.
Install package
NPM
Yarn
Install plugin
Optional: You can also pass settings through the second parameter at the time of installing the plugin, read about the object here:
https://github.com/dequelabs/axe-core/blob/master/doc/API.md#api-name-axeconfigure
Install in Nuxt.js
Create plugin file plugins/axe.js
In config file nuxt.config.js
Using with HTML files
CDN
Run the demo
It is a simple webpack template already installed and configured to run and check the logs in the browser console.
After the commands just access the http://localhost:8080/
Run the tests
Or run Cypress on interactive mode