Skip to content

Nuxt Support? #8

Closed
Closed
@jimmiejackson414-zz

Description

@jimmiejackson414-zz

Hi there, wondering if this has support for Nuxt/SSR?

I am working to move over to ImageKit from Cloudinary, and this is how I added a Cloudinary plugin to SSR support:

import Vue from 'vue';
import Cloudinary, { CldImage, CldTransformation } from 'cloudinary-vue';

Vue.use(Cloudinary, {
  configuration: { cloudName: process.env.CLOUDINARY_NAME },
  components: [ CldImage, CldTransformation ]
})

It would be great if ImageKit offered something similar. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions