Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

nuxthub-core-dev

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxthub-core-dev

Build full-stack Nuxt applications, with zero configuration.

latest
Source
npmnpm
Version
1.0.0-alpha.1
Version published
Maintainers
1
Created
Source

Full-Stack Nuxt made easy ✨

npm version npm downloads License Nuxt

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:

  • Files storage to store static assets, such as images, videos and more
  • Caching system for your Nuxt pages, API routes or server functions
  • SQL database to store your application's data with automatic migrations
  • Key-Value to store JSON data accessible globally with low-latency
  • Open API to generate your API documentation with Scalar
  • Remote Storage to connect to your project's resources from your local environment, allowing you to work with your remote storage as if it was local.

Read more on https://hub.nuxt.com

📚 Resources

🚀 Quickstart

Head over to our Getting Started guide to learn more.

Duplicate our nuxt-hub/hello-edge template or create a new NuxtHub project with:

npx nuxthub init my-app
cd my-app
npm run dev

Open http://localhost:3000 with your browser.

Deploy your app to production with:

npm build

Learn more on how to deploy a Nuxt app with NuxtHub.

🤝 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

📄 License

Apache 2.0

Keywords

nuxt

FAQs

Package last updated on 14 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts