0.5.18 • Published 2 years ago
@farnabaz/core v0.5.18
NuxtHub
Build full-stack applications with Nuxt on Cloudflare, with zero configuration.
Features
- SQL database to store your application's data with
hubDatabase() - Key-Value to store JSON data accessible globally with low-latency with
hubKV() - Blob storage to store static assets, such as images, videos and more with
hubBlob() - Cache storage to cache your server route responses or functions using Nitro's
cachedEventHandlerandcachedFunction
Read more on https://hub.nuxt.com
Quick Setup
Duplicate our nuxt-hub/starter or create a new NuxtHub project with:
npx nuxthub init my-appAdd to a Nuxt project
- Install
@nuxthub/coredependency to your project:
npx nypm@latest add @nuxthub/core- Install
wranglerdevelopment dependency to your project:
npx nypm@latest add -D wrangler- Add
@nuxthub/coreto themodulessection ofnuxt.config.ts
export default defineNuxtConfig({
modules: [
'@nuxthub/core'
]
})That's it! You can now use NuxtHub features in your Nuxt app ✨
Feedback
- 💡 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
# Release new version
pnpm releaseLicense
0.5.18
2 years ago
0.5.11
2 years ago
0.5.12
2 years ago
0.5.13
2 years ago
0.6.6
2 years ago
0.6.3
2 years ago
0.6.2
2 years ago
0.6.5
2 years ago
0.6.4
2 years ago
0.6.1
2 years ago
0.6.0
2 years ago
0.5.4
2 years ago
0.5.3
2 years ago
0.5.6
2 years ago
0.5.5
2 years ago
0.5.2
2 years ago
0.5.1
2 years ago
0.4.0
2 years ago
0.3.16
2 years ago
0.3.13
2 years ago
0.3.12
2 years ago
0.3.15
2 years ago
1.0.27
4 years ago