https://github.com/vue-a11y/vue-axe
Accessibility auditing for Vue.js applications.
https://github.com/vue-a11y/vue-axe
accessibility-auditing axe dequelabs hacktoberfest vue-axe
Last synced: 1 day ago
JSON representation
Accessibility auditing for Vue.js applications.
- Host: GitHub
- URL: https://github.com/vue-a11y/vue-axe
- Owner: vue-a11y
- License: mit
- Created: 2018-05-15T03:13:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T00:26:41.000Z (7 months ago)
- Last Synced: 2025-04-30T16:28:44.664Z (6 days ago)
- Topics: accessibility-auditing, axe, dequelabs, hacktoberfest, vue-axe
- Language: JavaScript
- Homepage: https://axe.vue-a11y.com/
- Size: 1.17 MB
- Stars: 191
- Watchers: 4
- Forks: 12
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-a11y-vue - vue-axe - Accessibility auditing for Vue.js applications. (Components and plugins / Development)
- awesome-access - vue-axe - Accessibility auditing for Vue.js applications. (Components and plugins / Development)
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**