Skip to content

DerSimeon/NeoNuxt

Repository files navigation

NeoNuxt

npm version npm downloads License Nuxt

NeoNuxt is a simple yet clean module to use Neo4j in your Nuxt 3 application.

Features

  • ⛰  Easy to use
  • 🚠  Supports Nuxt v4-compat
  • 🌲  Beginner Friendly

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add neonuxt

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

Contribution

Local development
# Install dependencies
yarn install

# Generate type stubs
yarn dev:prepare

# Develop with the playground
yarn dev

# Build the playground
yatn dev:build

# Run ESLint
yarn lint

# Release new version
yarn release