Installing Nuxt Image
Learn how to install and set up a new Nuxt image on your computer.
We'll cover the following
Installing Nuxt image
Nuxt image is downloaded and added to our project as an npm module. The following terminal commands are used with yarn or the npm package managers:
yarn add --dev @nuxt/image-edge
npm install -D @nuxt/image-edge
These commands are then registered in our nuxt.config.ts
:
Get hands-on with 1400+ tech skills courses.