Skip to content

CTRL-Neo-Studios/nuxt-predicates

Repository files navigation

Nuxt Predicates

A client/server-friendly predicates module for Nuxt.

Features

  • ⛰  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

Install the module to your Nuxt application with one command:

bun add @type32/nuxt-predicates

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

Contribution

Local development
# Install dependencies
bun install

# Generate type stubs
bun run dev:prepare

# Develop with the playground
bun run dev

# Build the playground
bun run dev:build

# Run ESLint
bun run lint

# Run Vitest
bun run test
bun run test:watch

# Release new version
bun run release

About

A client/server-friendly predicates module for Nuxt.

Resources

Stars

Watchers

Forks

Packages

No packages published