https://github.com/hostari/nuxt-deploy-sample
https://github.com/hostari/nuxt-deploy-sample
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hostari/nuxt-deploy-sample
- Owner: hostari
- Created: 2025-07-29T04:03:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T04:20:59.000Z (10 months ago)
- Last Synced: 2025-08-09T06:13:55.198Z (10 months ago)
- Language: TypeScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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