nuxt-files-sdk
v0.0.5
Published
Native-first Files SDK integration for Nuxt and Nitro
Readme
nuxt-files-sdk
Native-first Files SDK integration for Nuxt and Nitro.
bun add nuxt-files-sdk// nuxt.config.ts
export default defineNuxtConfig({ modules: ['nuxt-files-sdk'] })Run bun run dev to build the package once, then start the documentation site with both Nuxt DevTools integrations. Restart it after package source changes. Production serves the Markdown directly from GitHub through the Cloudflare Worker, so content-only updates do not require a new app deployment.
Cloudflare deployment settings are documented in docs/README.md.
