Skip to content

cusyio/nuxt-attachment-module

Repository files navigation

@cusy/nuxt-attachment

npm version npm downloads Github Actions CI Codecov License

📖 Release Notes

Setup

  1. Add @cusy/nuxt-attachment dependency to your project
yarn add @cusy/nuxt-attachment # or npm install @cusy/nuxt-attachment
  1. Add @cusy/nuxt-attachment to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    '@cusy/nuxt-attachment',

    // With options
    ['@cusy/nuxt-attachment', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Thomas Massmann thomas.massmann@it-spir.it

About

Nuxt attachment module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published