- Add
@cusy/nuxt-attachment
dependency to your project
yarn add @cusy/nuxt-attachment # or npm install @cusy/nuxt-attachment
- Add
@cusy/nuxt-attachment
to themodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'@cusy/nuxt-attachment',
// With options
['@cusy/nuxt-attachment', { /* module options */ }]
]
}
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
Copyright (c) Thomas Massmann thomas.massmann@it-spir.it