A client/server-friendly predicates module for Nuxt.
- ⛰ Foo
- 🚠 Bar
- 🌲 Baz
Install the module to your Nuxt application with one command:
bun add @type32/nuxt-predicatesThat's it! You can now use Nuxt Predicates in your Nuxt app ✨
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