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 26
26
1 . Add ` @nuxtjs/html-validator ` as a dev dependency to your project
27
27
28
28
``` bash
29
- yarn add @nuxtjs/html-validator --dev # or npm install @nuxtjs/ html-validator --save-dev
29
+ npx nuxi@latest module add html-validator
30
30
```
31
31
32
32
2 . 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
21
21
## Quick start
22
22
23
23
### 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
+ ```
36
27
37
28
### nuxt.config.js
38
29
You can’t perform that action at this time.
0 commit comments