Files
SiMengWebSite_Notes/README.zh-CN.md
2025-09-22 09:27:05 -04:00

58 lines
1.5 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 祀梦的笔记网站
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
一个基于 VuePress 的个人学习笔记和博客网站,记录编程学习、算法练习和日常生活的点滴。
## 项目简介
这个网站是我(祀梦)记录学习和生活的个人空间,主要包含以下内容:
- **编程笔记**记录C++、LeetCode算法等编程相关的学习笔记
- **博客**:分享日常生活和学习心得
- **工具推荐**:记录实用的开发工具和资源
- **友情链接**:展示朋友的个人网站
## 技术栈
- [VuePress](https://vuepress.vuejs.org/) - 静态网站生成器
- [VuePress Theme Plume](https://theme-plume.vuejs.press/) - 美观的博客主题
- [Vue 3](https://vuejs.org/) - 前端框架
- [Vite](https://vitejs.dev/) - 构建工具
## 安装
确保您的 Node.js 版本符合要求(^20.6.0 || >=22.0.0),然后执行以下命令:
```sh
npm i
```
## 使用
```sh
# 启动开发服务器(带热重载)
npm run docs:dev
# 清除缓存并启动开发服务器
npm run docs:dev-clean
# 构建生产版本
npm run docs:build
# 本地预览生产版本
npm run docs:preview
# 更新 VuePress 和主题
npm run vp-update
```
## 文档链接
- [VuePress 官方文档](https://vuepress.vuejs.org/)
- [VuePress Theme Plume 文档](https://theme-plume.vuejs.press/)
## 许可证
本项目采用 MIT 许可证 - 详见 [LICENSE](LICENSE) 文件。