Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T17:12:11.000Z (about 2 years ago)
- Last Synced: 2024-04-14T09:04:36.076Z (10 months ago)
- Topics: accessibility-auditing, axe, dequelabs, vue-axe
- Language: JavaScript
- Homepage: https://axe.vue-a11y.com/
- Size: 1.05 MB
- Stars: 187
- Watchers: 5
- 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**