You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** This branch is for Nuxt 3 compatible module. Checkout [`v0` branch](https://github.com/nuxt/image/tree/v0) for Nuxt 2 support.
14
-
12
+
**Note:** This branch is for **Nuxt 3** compatible module. Checkout [`v1` branch](https://github.com/nuxt/image/tree/v0) for **Nuxt 2** support. ([Announcement](https://github.com/nuxt/image/discussions/548))
15
13
---
16
14
17
15
### Contributing
@@ -33,7 +31,7 @@ Published under the [MIT License](./LICENSE)
Copy file name to clipboardExpand all lines: docs/content/1.getting-started/1.installation.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,20 @@ description: Using image module in your Nuxt project is only one command away.
4
4
---
5
5
6
6
::alert{type="info"}
7
-
Nuxt 3 support is experimental. Please check [v0](https://image.nuxtjs.org/) documentation for Nuxt 2 compatible version.
7
+
8
+
You are reading the `v1` documentation compatible with **Nuxt 3** (experimental). Check out the [image.nuxtjs.org](https://image.nuxtjs.org/getting-started/installation) for **Nuxt 2** compatible version. ([Announcement](https://github.com/nuxt/image/discussions/548)).
9
+
8
10
::
9
11
10
12
Add `@nuxt/image-edge` as a devDependency to your project:
11
13
12
14
::code-group
13
15
```bash [yarn]
14
-
yarn add --dev @nuxt/image
16
+
yarn add --dev @nuxt/image-edge
15
17
```
16
18
17
19
```bash [npm]
18
-
npm install -D @nuxt/image
20
+
npm install -D @nuxt/image-edge
19
21
```
20
22
::
21
23
@@ -57,11 +59,11 @@ If an error occurs during installation:
0 commit comments