Skip to content

KiwiBlog

License
CommitIssuesLicense: Apache-2.0

🎈 项目介绍

一个基于 VitePress + Vue3 + TypeScript 的静态博客系统。

☕ 体验地址

Netlify Status

体验地址:Kiwi2333

📸 项目截图

首页

首页

博客

博客

文章

文章

⏳ 起步 | Project Setup

sh
# node 版本 >= 18
npm install -g pnpm
pnpm install

✨ 开发

sh
pnpm run dev

📦 打包

sh
pnpm run build

🎊 部署

静态托管

❌ pnpm install error

查看源

sh
pnpm get registry

临时修改

sh
pnpm --registry https://registry.npm.taobao.org install any-touch

持久使用

sh
pnpm config set registry https://registry.npm.taobao.org

还原

sh
pnpm config set registry https://registry.npmjs.org

采用 Apache-2.0 license 协议