# nuxt-pusher

> Pusher module for Nuxt.js

Latest version **0.0.1** (published 2023-06-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install nuxt-pusher
pnpm add nuxt-pusher
yarn add nuxt-pusher
bun add nuxt-pusher
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2023-06-21 |
| First published | 2023-06-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 10.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | jahidanowar |

## Links

- npm: https://www.npmjs.com/package/nuxt-pusher
- Repository: https://github.com/jahidanowar/nuxt-pusher
- Homepage: https://github.com/jahidanowar/nuxt-pusher#readme
- Issues: https://github.com/jahidanowar/nuxt-pusher/issues
- npm.io page: https://npm.io/package/nuxt-pusher

## Dependencies (3)

- [pusher](https://npm.io/package/pusher.md) ^5.1.3
- [@nuxt/kit](https://npm.io/package/@nuxt/kit.md) ^3.5.2
- [pusher-js](https://npm.io/package/pusher-js.md) ^8.1.0

## Recent versions

- 0.0.1 (latest) — 2023-06-21

## README

<!--
Get your module up and running quickly.

Find and replace all on all files (CMD+SHIFT+F):
- Name: Nuxt Pusher
- Package name: nuxt-pusher
- Description: My new Nuxt module
-->

# Nuxt Pusher

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]

My new Nuxt module for doing amazing things.

- [✨ &nbsp;Release Notes](/CHANGELOG.md)
  <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/nuxt-pusher?file=playground%2Fapp.vue) -->
  <!-- - [📖 &nbsp;Documentation](https://example.com) -->

## Features

<!-- Highlight some of the features your module provide here -->

- ⛰ &nbsp;Foo
- 🚠 &nbsp;Bar
- 🌲 &nbsp;Baz

## Quick Setup

1. Add `nuxt-pusher` dependency to your project

```bash
# Using pnpm
pnpm add -D nuxt-pusher

# Using yarn
yarn add --dev nuxt-pusher

# Using npm
npm install --save-dev nuxt-pusher
```

2. Add `nuxt-pusher` to the `modules` section of `nuxt.config.ts`

```js
export default defineNuxtConfig({
  modules: ["nuxt-pusher"],
});
```

That's it! You can now use Nuxt Pusher in your Nuxt app ✨

## Development

```bash
# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release
```

<!-- Badges -->

[npm-version-src]: https://img.shields.io/npm/v/nuxt-pusher/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/nuxt-pusher
[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-pusher.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/nuxt-pusher
[license-src]: https://img.shields.io/npm/l/nuxt-pusher.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://npmjs.com/package/nuxt-pusher
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com

---
_Source: https://npm.io/package/nuxt-pusher · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
