nuxt-st-cloudinary-module
Import the st-cloudinary component in your Nuxt project by fixing main Nuxt issues with Web components.
Getting started
Install the dependency through your package manager:
npm install nuxt-st-cloudinary-module
The configure it like any other Nuxt module by adding nuxt-st-cloudinary-module to modules section of nuxt.config.js
{
modules: [
'nuxt-st-cloudinary-module',
]
}
Development
- Clone this repository
- Install dependencies using
yarn installornpm install - Start development server using
npm run dev