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

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: 4 months ago
JSON representation

HTML validation for Nuxt

Awesome Lists containing this project

README

        

[![@nuxtjs/html-validator](https://html-validator.nuxtjs.org/preview.png)](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