Skip to content

📰 Hacker News built with Vue3, Pinia, Vue Router, VueUse, Tailwind

Notifications You must be signed in to change notification settings

nurRiyad/vue-hacker.news

Repository files navigation

Hacker News

Built with

Hacker News clone built with Vue3, Pinia, Tailwind & VueUse


Live Demo

Demo

https://hnews-nurriyad.netlify.app/

Hosted on Netlify: npm run build

Features

  • Client Side Rendering
  • Vite-based hot module replacement (HMR) dev environment
  • Deploys anywhere with zero config Netlify
  • Content loader
  • Lazy load comment

Build Setup

Requires Node.js 16+

# install dependencies
npm install 

# serve in dev mode, with hot reload at localhost:5173
npm run dev

# build for production 
npm run build

# serve in production mode 
npm run preview