初始化项目:创建 VuePress Plume 网站

This commit is contained in:
root
2025-09-21 06:30:20 -04:00
commit 6465c714e0
21 changed files with 8073 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# 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)
## Install
```sh
npm i
```
## Usage
```sh
# start dev server
npm run docs:dev
# build for production
npm run docs:build
# preview production build in local
npm run docs:preview
# update vuepress and theme
npm run vp-update
```
## Documents
- [vuepress](https://vuepress.vuejs.org/)
- [vuepress-theme-plume](https://theme-plume.vuejs.press/)