Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions docs/content/1.get-started/1.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,9 @@ You are reading the `v1` documentation compatible with **Nuxt 3**. :br Checkout
::

Add `@nuxt/image` dependency to your project:

::code-group
```bash [pnpm]
pnpm add @nuxt/image
```
```bash [yarn]
yarn add @nuxt/image
```
```bash [npm]
npm install @nuxt/image
```bash
npx nuxi@latest module add image
```
```bash [bun]
bun add @nuxt/image
```
::

Add it to `modules` in your `nuxt.config`:

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ useSeoMeta({
ogImage: 'https://image.nuxt.com/social-card.png',
twitterImage: 'https://image.nuxt.com/social-card.png',
})
const source = ref('npm i @nuxt/image')
const source = ref('npx nuxi@latest module add image')
const { copy, copied } = useClipboard({ source })

const providers = ['caisy', 'bunny', 'cloudflare', 'cloudimage', 'cloudinary', 'directus', 'edgio', 'fastly', 'glide', 'gumlet', 'hygraph', 'imageengine', 'imagekit', 'imgix', 'ipx', 'netlify', 'prepr', 'prismic', 'sanity', 'storyblok', 'strapi', 'twicpics', 'unsplash', 'uploadcare', 'vercel', 'weserv']
Expand Down