html-validate integration for Nuxt
npm install @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 for NuxtJS
- ✨ Release Notes
- 📖 Documentation
- Zero-configuration required
- Helps reduce hydration errors
- Detects common accessibility mistakes
Add @nuxtjs/html-validator to your project
``bash`
npx nuxi@latest module add html-validator
1. Clone this repository
2. Install dependencies using yarn installyarn dev`
3. Start development server using
[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