https://github.com/nuxt-modules/html-validator
HTML validation for Nuxt
https://github.com/nuxt-modules/html-validator
a11y hacktoberfest html html-validate module nuxt validation
Last synced: 5 months ago
JSON representation
HTML validation for Nuxt
- Host: GitHub
- URL: https://github.com/nuxt-modules/html-validator
- Owner: nuxt-modules
- License: mit
- Created: 2020-10-28T15:35:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-18T07:14:01.000Z (5 months ago)
- Last Synced: 2025-08-18T09:20:20.321Z (5 months ago)
- Topics: a11y, hacktoberfest, html, html-validate, module, nuxt, validation
- Language: TypeScript
- Homepage: https://html-validator.nuxtjs.org
- Size: 6.83 MB
- Stars: 201
- Watchers: 3
- Forks: 22
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://html-validator.nuxtjs.org)
# @nuxtjs/html-validator
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![License][license-src]][license-href]
> HTML validation using [html-validate](https://html-validate.org/) for [NuxtJS](https://nuxtjs.org)
- [✨ Release Notes](https://html-validator.nuxtjs.org/releases)
- [📖 Documentation](https://html-validator.nuxtjs.org)
## Features
- Zero-configuration required
- Helps reduce hydration errors
- Detects common accessibility mistakes
[📖 Read more](https://html-validator.nuxtjs.org)
## Quick setup
Add `@nuxtjs/html-validator` to your project
```bash
npx nuxi@latest module add html-validator
```
## Development
1. Clone this repository
2. Install dependencies using `yarn install`
3. Start development server using `yarn dev`
## License
[MIT License](./LICENSE)
[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/html-validator/latest.svg
[npm-version-href]: https://npmjs.com/package/@nuxtjs/html-validator
[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxtjs/html-validator.svg
[npm-downloads-href]: https://npm.chart.dev/@nuxtjs/html-validator
[github-actions-ci-src]: https://github.com/nuxt-modules/html-validator/workflows/ci/badge.svg
[github-actions-ci-href]: https://github.com/nuxt-modules/html-validator/actions?query=workflow%3Aci
[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-modules/html-validator.svg
[codecov-href]: https://codecov.io/gh/nuxt-modules/html-validator
[license-src]: https://img.shields.io/npm/l/@nuxtjs/html-validator.svg
[license-href]: https://npmjs.com/package/@nuxtjs/html-validator