@nuxthub/core
Version:
Build full-stack Nuxt applications, with zero configuration.
81 lines (53 loc) • 3.04 kB
Markdown
# Full-Stack Nuxt made easy ✨
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]
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:
- [**SQL database**](https://hub.nuxt.com/docs/database) to store your application's data with [automatic migrations](https://hub.nuxt.com/docs/databas/migrations)
- [**Files storage**](https://hub.nuxt.com/docs/blob) to store static assets, such as images, videos and more
- [**Caching system**](https://hub.nuxt.com/docs/cache) for your Nuxt pages, API routes or server functions
- [**Key-Value**](https://hub.nuxt.com/docs/kv) to store JSON data accessible globally with low-latency
Read more on https://hub.nuxt.com
## Legacy version
If you are looking for the legacy version of NuxtHub (0.9), checkout the [0.9 branch](https://github.com/nuxt-hub/core/tree/0.9) and visit [https://legacy.hub.nuxt.com](https://legacy.hub.nuxt.com) for its documentation.
## 📚 Resources
- [NuxtHub Website](https://hub.nuxt.com)
- [NuxtHub CLI](https://github.com/nuxt-hub/cli)
- [NuxtHub Templates](https://hub.nuxt.com/templates)
## 🚀 Quickstart
Head over to our [Installation](https://hub.nuxt.com/docs/getting-started/installation) guide to learn more.
## 🤝 Community
- 💡 [Feature request](https://github.com/nuxt-hub/core/issues/new?assignees=&labels=enhancement&projects=&template=%F0%9F%92%A1-feature-request.md&title=): Suggest an idea or improvement.
- 🐞 [Bug report](https://github.com/nuxt-hub/core/issues/new?assignees=&labels=bug&projects=&template=%F0%9F%90%9E-bug-report.md&title=): Create a report to help us improve the platform.
- 🏞️ [New Template](https://github.com/nuxt-hub/core/issues/new?assignees=&labels=template&projects=&template=%F0%9F%8F%9E%EF%B8%8F-new-template.md&title=): Share a template you made based on NuxtHub.
## 💚 Contributing
```bash
# 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](./LICENSE)
<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/@nuxthub/core/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/@nuxthub/core
[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxthub/core.svg?style=flat&colorA=020420&colorB=00DC82
[npm-downloads-href]: https://npm.chart.dev/@nuxthub/core
[license-src]: https://img.shields.io/npm/l/@nuxthub/core.svg?style=flat&colorA=020420&colorB=00DC82
[license-href]: https://npmjs.com/package/@nuxthub/core
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
[nuxt-href]: https://nuxt.com