Skip to content

Latest commit

 

History

History
executable file
·
56 lines (37 loc) · 1.86 KB

README.md

File metadata and controls

executable file
·
56 lines (37 loc) · 1.86 KB

@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

Add @nuxtjs/html-validator to your project

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