File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 26261 . Add ` @nuxtjs/html-validator ` as a dev dependency to your project
2727
2828``` bash
29- yarn add @nuxtjs/html-validator --dev # or npm install @nuxtjs/ html-validator --save-dev
29+ npx nuxi@latest module add html-validator
3030```
3131
32322 . Add ` @nuxtjs/html-validator ` to the ` modules ` section of ` nuxt.config.ts `
Original file line number Diff line number Diff line change @@ -21,18 +21,9 @@ This module configures [`html-validate`](https://html-validate.org/) to automati
2121## Quick start
2222
2323### Install
24-
25- :: code-group
26- ``` bash [pnpm]
27- pnpm i -D @nuxtjs/html-validator
28- ```
29- ``` bash [Yarn]
30- yarn add @nuxtjs/html-validator --dev
31- ```
32- ``` bash [npm]
33- npm install @nuxtjs/html-validator --save-dev
34- ```
35- ::
24+ ``` bash
25+ npx nuxi@latest module add html-validator
26+ ```
3627
3728### nuxt.config.js
3829
You can’t perform that action at this time.
0 commit comments