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
- Host: GitHub
- URL: https://github.com/nuxt-modules/html-validator
- Owner: nuxt-modules
- License: mit
- Created: 2020-10-28T15:35:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:53:08.000Z (about 1 year ago)
- Last Synced: 2024-04-13T17:54:14.506Z (about 1 year ago)
- Topics: a11y, hacktoberfest, html, html-validate, module, nuxt, validation
- Language: TypeScript
- Homepage: https://html-validator.nuxtjs.org
- Size: 4.24 MB
- Stars: 171
- Watchers: 4
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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