//nuxt-workersbyatinux

nuxt-workers

1
0
1

Nuxt Workers

npm version
npm downloads
Github Actions
Codecov

SSR-safe, zero-config Web Workers integration for Nuxt

Features

  • 🔥 SSR-safe usage of Web Workers
  • ✨ auto-imported, zero-configuration
  • 💪 fully typed

Roadmap

Installation

Install and add nuxt-workers to your nuxt.config.

npx nuxi@latest module add nuxt-workers
export default defineNuxtConfig({
  modules: ['nuxt-workers'],
})

💻 Development

  • Clone this repository
  • Enable Corepack using corepack enable (use npm i -g corepack for Node.js < 16.10)
  • Install dependencies using pnpm install
  • Stub module with pnpm dev:prepare
  • Run pnpm dev to start playground in development mode

License

Made with ❤️

Published under the MIT License.

[beta]v0.14.0