# blog_by_vuepress_v2
**Repository Path**: WhenTimeGoesBy/blog_by_vuepress_v2
## Basic Information
- **Project Name**: blog_by_vuepress_v2
- **Description**: Rebuild blog by vuepress v2
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2023-03-14
- **Last Updated**: 2024-11-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: vuepress2, Vue
## README
# Blog by vuepress2
Blog based on vuepress v2
## Visit online
click [here](https://saynop.github.io/)
## Manual
put markdown files in *./detail* directory
## Run & build
```shell
# before run
yarn install
# run
yarn blog:dev
# build
yarn blog:build
```
## Node Version
v16.20.0
## Package
### package list
vuepress = "2.0.0"
pinia
nodejs-jieba
vuepress-plugin-blog2
vuepress-plugin-copy-code2
vuepress-plugin-comment2
vuepress-plugin-search-pro
vuepress-plugin-seo2
vuepress-plugin-sitemap2
### package update
- edit *package.json*
- remove *node_modules directory* and *lock file*
- install package `yarn install` or `npm install`
## Update online
use update shell script
```bash
./update.sh
```