neonuxt
v1.0.3
Published
Nuxt module to add Neo4j support
Downloads
9
Readme
NeoNuxt
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
# 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