JSPM

@nuxthub/core

0.7.3-1723740487.efe912f
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7865
  • Score
    100M100P100Q130431F
  • License Apache-2.0

Build full-stack Nuxt applications on Cloudflare, with zero configuration.

Package Exports

  • @nuxthub/core
  • @nuxthub/core/dist/module.cjs
  • @nuxthub/core/dist/module.mjs
  • @nuxthub/core/dist/runtime/database/server/utils/database
  • @nuxthub/core/dist/runtime/database/server/utils/database.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nuxthub/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

NuxtHub: Full-Stack Nuxt on Cloudflare, with Zero Config

npm version npm downloads License Nuxt

Build and deploy powerful full-stack Nuxt applications on your Cloudflare account, with zero configuration.

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:

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

🚀 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:

npx nuxthub deploy

https://github.com/user-attachments/assets/c591efaa-96e7-4357-8d60-cdc1e20e93ed

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

📚 Resources

🤝 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