Skip to content
/ nuxt-hk Public template
forked from nuxt/hackernews

HackerNews clone built with Nuxt3 and UnoCss.

License

Notifications You must be signed in to change notification settings

fxzer/nuxt-hk

 
 

Repository files navigation

Nuxt3 + UnoCSS 重构的 hackernews 博客网站

启动

安装依赖:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

开发服务

pnpm dev

访问 http://localhost:9999

生产

打包:

pnpm build
pnpm generate

预览:

pnpm preview

About

HackerNews clone built with Nuxt3 and UnoCss.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.2%
  • TypeScript 40.8%