Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 1.03 KB

README.md

File metadata and controls

72 lines (45 loc) · 1.03 KB
预览

Netlify Status

体验地址:Kiwi2333

语言:中文 | English

☕ 演示

首页

博客

文章

🎉 Lighthouse 评分

Lighthouse 评分

⏳ 起步 | Project Setup

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

✨ 开发

pnpm run dev

📦 打包

pnpm run build

🎊 部署

静态托管

❌ pnpm install error

查看源

pnpm get registry 

临时修改

pnpm --registry https://registry.npmmirror.com install any-touch

持久使用

pnpm config set registry https://registry.npmmirror.com

还原

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