# hackernews **Repository Path**: yao_lingfeng/hackernews ## Basic Information - **Project Name**: hackernews - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-28 - **Last Updated**: 2025-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt Hacker News Hacker News clone built with [Nuxt](https://nuxt.com).


Live Demo
## Demo https://hn.nuxt.dev > Hosted on Cloudflare Pages with [NuxtHub](https://hub.nuxt.com): `npm run build` ## Performance - Lighthouse [100/100](https://pagespeed.web.dev/report?url=https%3A%2F%2Fhn.nuxt.dev%2Fnews%2F1) (Slow 4G / Mobile Moto G4) ## Features - Server Side Rendering - Vite-based hot module replacement (HMR) dev environment - Deploys anywhere with zero config (Vercel, Netlify, Cloudflare, etc.) powered by [Nitro](https://nitro.unjs.io) - Code Splitting - Prefetch/Preload JS + DNS + Data ## Build Setup **Requires Node.js 14+** ``` bash # install dependencies npm install # or yarn # serve in dev mode, with hot reload at localhost:3000 npm run dev # build for production (server-side rendering) npm run build # serve in production mode (server-side rendering) npm start # validate and fix with ESLint (with Prettier) npm run lintfix ``` ## Links For the Nuxt 2 version, check out the [`nuxt2` branch](https://github.com/nuxt/hackernews/tree/nuxt2) ## License MIT ## Credits This repository is originally ported from [vue-hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0)