Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vue-a11y/vue-axe

Accessibility auditing for Vue.js applications.
https://github.com/vue-a11y/vue-axe

accessibility-auditing axe dequelabs vue-axe

Last synced: about 2 months ago
JSON representation

Accessibility auditing for Vue.js applications.

Awesome Lists containing this project

README

        

# vue-axe

Accessibility auditing for Vue.js applications by running [dequelabs/axe-core](https://github.com/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](https://github.com/dequelabs/react-axe).

**NOTE: You can use [vue-axe-next](https://github.com/vue-a11y/vue-axe-next) for Vue.js 3**

## Links
- [Documentation](https://axe.vue-a11y.com)
- [Demo](https://vue-axe.surge.sh/)

## 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](https://twitter.com/vue_a11y)

**Thank you**