0.0.2 • Published 5 years ago

nuxt-st-cloudinary-module v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

nuxt-st-cloudinary-module

Standard JS npm version npm downloads

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 install or npm install
  • Start development server using npm run dev

License

MIT License