@nuxtjs/html-validator
TypeScript icon, indicating that this package has built-in type declarations

1.7.2 • Public • Published

@nuxtjs/html-validator

@nuxtjs/html-validator

npm version npm downloads Github Actions CI Codecov License

HTML validation using html-validate for NuxtJS

Features

  • Zero-configuration required
  • Helps reduce hydration errors
  • Detects common accessibility mistakes

📖  Read more

Quick setup

  1. Add @nuxtjs/html-validator as a dev dependency to your project
npx nuxi@latest module add html-validator
  1. Add @nuxtjs/html-validator to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: ['@nuxtjs/html-validator'],
})

Development

  1. Clone this repository
  2. Install dependencies using yarn install
  3. Start development server using yarn dev

License

MIT License

Package Sidebar

Install

npm i @nuxtjs/html-validator

Weekly Downloads

10,688

Version

1.7.2

License

MIT

Unpacked Size

14 kB

Total Files

16

Last publish

Collaborators

  • danielroe