html-validator
html-validator copied to clipboard
HTML validation for Nuxt
@nuxtjs/html-validator
HTML validation using html-validate for NuxtJS
Features
- Zero-configuration required
- Helps reduce hydration errors
- Detects common accessibility mistakes
Quick setup
- Add
@nuxtjs/html-validatordependency to your project
yarn add @nuxtjs/html-validator # or npm install @nuxtjs/html-validator
- Add
@nuxtjs/html-validatorto thebuildModulessection ofnuxt.config.js
{
buildModules: [
'@nuxtjs/html-validator',
],
}
Development
- Clone this repository
- Install dependencies using
yarn install - Start development server using
yarn dev
License
MIT License
