Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teshanecrawford/nuxt-seed
Nuxt Starter with UnoCSS and NuxtHub
https://github.com/teshanecrawford/nuxt-seed
Last synced: 23 days ago
JSON representation
Nuxt Starter with UnoCSS and NuxtHub
- Host: GitHub
- URL: https://github.com/teshanecrawford/nuxt-seed
- Owner: TeshaneCrawford
- Created: 2024-09-24T02:48:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T17:09:00.000Z (27 days ago)
- Last Synced: 2024-12-16T17:40:19.271Z (27 days ago)
- Language: TypeScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Seed
A modern, edge-ready Nuxt.js starter template optimized for performance and developer experience. Built with TypeScript and deployed globally using NuxtHub on Cloudflare Workers.
## Key Features
- 🚀 **Edge-First Architecture**
- Server-Side Rendering on Cloudflare Workers
- Global deployment across 275+ locations
- Built-in edge caching and optimization- 💻 **Developer Experience**
- TypeScript support out of the box
- ESLint pre-configured
- Nuxt DevTools enabled
- Hot Module Replacement (HMR)- 🎨 **Modern Styling**
- UnoCss for utility-first CSS
- Radix UI Colors for consistent theming
- Automatic dark/light mode support
- Custom font optimization with Nuxt Fonts- 🔧 **Production Ready**
- Zero-config deployment with NuxtHub
- Built-in database, KV, and blob storage support
- Performance optimized builds
- View Transitions API support## Quick Start
### Prerequisites
This template requires [Node.js](https://nodejs.org/) (v18+) and [pnpm](https://pnpm.io/installation#using-corepack).
### Installation
```bash
# Clone the repository from GitHub
git clone https://github.com/TeshaneCrawford/nuxt-seed.git my-app
cd my-app# Install dependencies
pnpm install
```### Configuration
Create a `.env` file to customize the welcome message:
```bash
NUXT_PUBLIC_HELLO_TEXT="Welcome to Your App!"
```### Development
```bash
# Start development server
pnpm dev# Type-check and lint
pnpm lint
```### Deployment
Deploy to the edge with NuxtHub:
```bash
# Build and deploy
pnpm deploy
```Monitor your deployment through the [NuxtHub Admin](https://admin.hub.nuxt.com) dashboard.
## Documentation
- [Nuxt Documentation](https://nuxt.com)
- [NuxtHub Guide](https://hub.nuxt.com)
- [UnoCss Documentation](https://unocss.dev/)
- [Radix Colors](https://www.radix-ui.com/colors)## License
MIT