Pei你看雪博客客户端
Go to file
裴浩宇 a5194ef00b update(blog): 更新首页横幅内容
- 将皮虾链接更新为新闻资讯,链接地址指向新闻站点
- 将IT-TOOLS标题更新为工具箱,描述更改为海量实用工具
- 更新了横幅的描述文案,使其更加准确反映内容定位
2025-12-31 17:09:47 +08:00
src update(blog): 更新首页横幅内容 2025-12-31 17:09:47 +08:00
.env.dev feat: 初始化项目 2025-12-28 22:13:42 +08:00
.env.prod feat: 初始化项目 2025-12-28 22:13:42 +08:00
.eslintignore feat: 初始化项目 2025-12-28 22:13:42 +08:00
.eslintrc.js feat: 初始化项目 2025-12-28 22:13:42 +08:00
.gitee.yml feat: 初始化项目 2025-12-28 22:13:42 +08:00
.gitignore feat: 初始化项目 2025-12-28 22:13:42 +08:00
.npmrc feat: 初始化项目 2025-12-28 22:13:42 +08:00
.prettierignore feat: 初始化项目 2025-12-28 22:13:42 +08:00
.prettierrc.js feat: 初始化项目 2025-12-28 22:13:42 +08:00
build.sh feat: 初始化项目 2025-12-28 22:13:42 +08:00
Dockerfile feat: 初始化项目 2025-12-28 22:13:42 +08:00
ecosystem.config.js feat: 初始化项目 2025-12-28 22:13:42 +08:00
images.d.ts feat: 初始化项目 2025-12-28 22:13:42 +08:00
LICENSE feat: 初始化项目 2025-12-28 22:13:42 +08:00
nuxt.config.ts feat: 初始化项目 2025-12-28 22:13:42 +08:00
package.json feat: 初始化项目 2025-12-28 22:13:42 +08:00
README.md feat: 初始化项目 2025-12-28 22:13:42 +08:00
stylelint.config.js feat: 初始化项目 2025-12-28 22:13:42 +08:00
tailwind.config.ts feat: 初始化项目 2025-12-28 22:13:42 +08:00
tsconfig.json feat: 初始化项目 2025-12-28 22:13:42 +08:00

启动项目

#首先安装依赖
pnpm install

# 本地运行
pnpm dev

# 打包分析
pnpm analyze

# 打包
pnpm build