# zhangjs-blog **Repository Path**: zhangjinsongok/zhangjs-blog ## Basic Information - **Project Name**: zhangjs-blog - **Description**: 前端开发从小白到大神的进阶学习之路 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: http://zhangjinsongok.gitee.io/zhangjs-blog/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-21 - **Last Updated**: 2024-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, vuepress ## README # VitePress-Initial-Template ## 介绍: 由于每次使用vitepress 搭建网站都需要进行一系列的配置,为了方便日后快速使用vitepress 搭建, 就准备了这套预设好的模块. ## 安装 ```shell npm install or pnpm install or yarn install ``` ## 启动 ```shell npm run docs:dev ```