An open API service indexing awesome lists of open source software.

https://github.com/hostari/nuxt-deploy-sample


https://github.com/hostari/nuxt-deploy-sample

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Nuxt Deployment Sample

A production-ready Nuxt application sample for PaaS platform demonstrations.

## Quick Start

1. Install dependencies:
```bash
bun install
```

2. Build for production:
```bash
bun run build
```

3. Start the production server:
```bash
bun run start
```

## Environment Variables

### Optional
- `PORT` - Server port (default: `3000`)

## Production Notes

- Configured with Node.js server preset for optimal deployment
- Server-side rendering enabled for better performance
- Ready for production hosting with proper port binding