更新介绍
This commit is contained in:
52
README.md
52
README.md
@@ -1,27 +1,57 @@
|
||||
# si-meng-web-site-notes
|
||||
# 祀梦的笔记网站
|
||||
|
||||
The Site is generated using [vuepress](https://vuepress.vuejs.org/) and [vuepress-theme-plume](https://github.com/pengzhanbo/vuepress-theme-plume)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
|
||||
## Install
|
||||
一个基于 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
|
||||
```
|
||||
|
||||
## Usage
|
||||
## 使用
|
||||
|
||||
```sh
|
||||
# start dev server
|
||||
# 启动开发服务器(带热重载)
|
||||
npm run docs:dev
|
||||
# build for production
|
||||
|
||||
# 清除缓存并启动开发服务器
|
||||
npm run docs:dev-clean
|
||||
|
||||
# 构建生产版本
|
||||
npm run docs:build
|
||||
# preview production build in local
|
||||
|
||||
# 本地预览生产版本
|
||||
npm run docs:preview
|
||||
# update vuepress and theme
|
||||
|
||||
# 更新 VuePress 和主题
|
||||
npm run vp-update
|
||||
```
|
||||
|
||||
## Documents
|
||||
## 文档链接
|
||||
|
||||
- [vuepress](https://vuepress.vuejs.org/)
|
||||
- [vuepress-theme-plume](https://theme-plume.vuejs.press/)
|
||||
- [VuePress 官方文档](https://vuepress.vuejs.org/)
|
||||
- [VuePress Theme Plume 文档](https://theme-plume.vuejs.press/)
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||
|
||||
Reference in New Issue
Block a user