An open API service indexing awesome lists of open source software.

https://github.com/cusyio/nuxt-attachment-module

Nuxt attachment module
https://github.com/cusyio/nuxt-attachment-module

Last synced: over 1 year ago
JSON representation

Nuxt attachment module

Awesome Lists containing this project

README

          

# @cusy/nuxt-attachment

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![License][license-src]][license-href]

>

[📖 **Release Notes**](./CHANGELOG.md)

## Setup

1. Add `@cusy/nuxt-attachment` dependency to your project

```bash
yarn add @cusy/nuxt-attachment # or npm install @cusy/nuxt-attachment
```

2. Add `@cusy/nuxt-attachment` to the `modules` section of `nuxt.config.js`

```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](./LICENSE)

Copyright (c) Thomas Massmann

[npm-version-src]: https://img.shields.io/npm/v/@cusy/nuxt-attachment/latest.svg
[npm-version-href]: https://npmjs.com/package/@cusy/nuxt-attachment

[npm-downloads-src]: https://img.shields.io/npm/dt/@cusy/nuxt-attachment.svg
[npm-downloads-href]: https://npmjs.com/package/@cusy/nuxt-attachment

[github-actions-ci-src]: https://github.com/cusyio/nuxt-attachment-module/workflows/ci/badge.svg
[github-actions-ci-href]: https://github.com/cusyio/nuxt-attachment-module/actions?query=workflow%3Aci

[codecov-src]: https://img.shields.io/codecov/c/github/cusyio/nuxt-attachment-module.svg
[codecov-href]: https://codecov.io/gh/cusyio/nuxt-attachment-module

[license-src]: https://img.shields.io/npm/l/@cusy/nuxt-attachment.svg
[license-href]: https://npmjs.com/package/@cusy/nuxt-attachment