@nuxthub/core-nightly
v0.10.0-20251206-090143-e4af3d9
Published
Build full-stack Nuxt applications, with zero configuration.
Readme
Full-Stack Nuxt made easy ✨
Build and deploy powerful full-stack Nuxt applications with ease.
NuxtHub supercharges your Nuxt development workflow so you can focus on shipping features.
✨ Key Features
NuxtHub provides optional features to help you build full-stack applications:
- SQL database to store your application's data with automatic migrations
- Files storage to store static assets, such as images, videos and more
- Caching system for your Nuxt pages, API routes or server functions
- Key-Value to store JSON data accessible globally with low-latency
Read more on https://hub.nuxt.com
Legacy version
If you are looking for the legacy version of NuxtHub (0.9), checkout the 0.9 branch and visit https://legacy.hub.nuxt.com for its documentation.
📚 Resources
🚀 Quickstart
Head over to our Installation guide to learn more.
🤝 Community
- 💡 Feature request: Suggest an idea or improvement.
- 🐞 Bug report: Create a report to help us improve the platform.
- 🏞️ New Template: Share a template you made based on NuxtHub.
💚 Contributing
# Install dependencies
pnpm i
# Generate type stubs
pnpm dev:prepare
# Develop with the playground
pnpm dev
# Build the playground
pnpm dev:build
# Run ESLint
pnpm lint
# Run Vitest
pnpm test
pnpm test:watch