Getting Started

Setup

Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!

  1. Add nuxt-neo4j dependency to your project
npx nuxi@latest module add neo4j
  1. Add nuxt-neo4j to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt-neo4j',
  ],
})

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