0.5.17 • Published 6 days ago

@nuxthub/core v0.5.17

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 days ago

NuxtHub

npm version npm downloads License Nuxt

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

Features

  • Query an SQLite database with hubDatabase()
  • Access key-value storage with hubKV()
  • Store files with hubBlob()

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

Quick Setup

  1. Install @nuxthub/core dependency to your project:
npx nypm@latest add @nuxthub/core
  1. Install wrangler development dependency to your project:
npx nypm@latest add -D wrangler
  1. Add @nuxthub/core to the extends section of nuxt.config.ts
export default defineNuxtConfig({
  extends: [
    '@nuxthub/core'
  ]
})

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

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

# Release new version
pnpm release

License

Apache 2.0

0.5.17

7 days ago

0.5.16

19 days ago

0.5.15

20 days ago

0.5.14

26 days ago

0.5.13

27 days ago

0.5.12

28 days ago

0.5.10

1 month ago

0.5.11

1 month ago

0.5.8

1 month ago

0.5.7

1 month ago

0.5.9

1 month ago

0.5.6

1 month ago

0.5.4

1 month ago

0.5.3

1 month ago

0.5.5

1 month ago

0.5.2

1 month ago

0.5.1

1 month ago

0.4.2

1 month ago

0.5.0

1 month ago

0.4.1

2 months ago

0.4.0

2 months ago

0.3.13

2 months ago

0.3.12

2 months ago

0.3.11

2 months ago

0.3.10

2 months ago

0.3.9

2 months ago

0.3.8

2 months ago

0.3.6

2 months ago

0.3.7

2 months ago

0.3.5

2 months ago

0.3.4

2 months ago

0.3.3

2 months ago

0.3.2

2 months ago

0.3.0

3 months ago

0.3.1

3 months ago

0.2.1

3 months ago

0.2.0

3 months ago

0.1.15

3 months ago

0.1.10

3 months ago

0.1.11

3 months ago

0.1.12

3 months ago

0.1.13

3 months ago

0.1.14

3 months ago

0.1.8

3 months ago

0.1.7

3 months ago

0.1.9

3 months ago

0.1.6

3 months ago

0.1.5

3 months ago

0.1.2

3 months ago

0.1.1

3 months ago

0.1.4

3 months ago

0.1.3

3 months ago

0.1.0

3 months ago