HTML validation using html-validate for NuxtJS
- Zero-configuration required
- Helps reduce hydration errors
- Detects common accessibility mistakes
Add @nuxtjs/html-validator
to your project
npx nuxi@latest module add html-validator
- Clone this repository
- Install dependencies using
yarn install
- Start development server using
yarn dev