Nuxt3 + UnoCSS 重构的 hackernews 博客网站
安装依赖:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
pnpm dev
访问 http://localhost:9999
打包:
pnpm build
pnpm generate
预览:
pnpm preview
安装依赖:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
pnpm dev
访问 http://localhost:9999
打包:
pnpm build
pnpm generate
预览:
pnpm preview