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
- Host: GitHub
- URL: https://github.com/cusyio/nuxt-attachment-module
- Owner: cusyio
- License: mit
- Created: 2021-07-06T08:16:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T08:25:19.000Z (almost 5 years ago)
- Last Synced: 2025-01-07T16:12:46.912Z (over 1 year ago)
- Language: JavaScript
- Size: 1.25 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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