@mailbutler/vue-axe

Dynamic accessibility analysis for Vue.js using axe-core

Usage no npm install needed!

<script type="module">
  import mailbutlerVueAxe from 'https://cdn.skypack.dev/@mailbutler/vue-axe';
</script>

README

vue-axe

Accessibility auditing for Vue.js applications by running dequelabs/axe-core validation on the page you're viewing, axe-core will run 1 second after the last VueJS update (with a 5 seconds debounce max wait). Package inspired by dequelabs/react-axe.

NOTE: You can use vue-axe-next for Vue.js 3

Links

Contributing

  • From typos in documentation to coding new features;
  • Check the open issues or open a new issue to start a discussion around your feature idea or the bug you found;
  • Fork repository, make changes and send a pull request;

Follow us on Twitter @vue_a11y

Thank you