https://github.com/daidr/doulog
戴兜的博客(施工中)
https://github.com/daidr/doulog
Last synced: over 1 year ago
JSON representation
戴兜的博客(施工中)
- Host: GitHub
- URL: https://github.com/daidr/doulog
- Owner: daidr
- Created: 2023-02-18T14:26:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T13:17:16.000Z (about 2 years ago)
- Last Synced: 2025-02-24T16:12:51.862Z (over 1 year ago)
- Language: Vue
- Homepage: https://im.daidr.me
- Size: 16.7 MB
- Stars: 130
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# douLog (WIP)
戴兜的小屋博客
## TODO
- [x] 文章列表
- [x] 文章正文页面
- [x] 文章AI自动摘要(目前基于 ChatGPT 3.5 API)
- [x] 文章内图片预览
- [ ] 文章页相关的加载动画 (高优先级)
- [ ] 文章内 wordpress 短代码支持(Github仓库 / 音乐)
- [ ] 文章评论 (低优先级)
- [ ] 文章浏览量计数 (低优先级)
## 初始化
安装依赖:
```bash
# pnpm
pnpm install
```
## 开发服务器
```bash
pnpm dev
```
## 构建/部署
构建
```bash
pnpm build
```
本地测试部署
```bash
pnpm preview
```