# 前端铺子-文档
**Repository Path**: rthinking/qdpz-docs
## Basic Information
- **Project Name**: 前端铺子-文档
- **Description**: 「前端铺子·文档」 使用vue3.0 + TS,采用 Vitepress 开发,支持主题切换,代码简洁。如发现文档有误,欢迎提 pr 帮助改进
- **Primary Language**: TypeScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 101
- **Created**: 2022-11-20
- **Last Updated**: 2022-11-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 前端铺子-文档
#### 说明
前端铺子·文档,采用 Vitepress 开发。如发现文档有误,欢迎提 pr 帮助我们改进
#### 项目体验
[点击体验](http://qdpz.zhoukaiwen.com)
#### 项目截图
## 如何本地开发
```bash
# 克隆本仓库
$ git clone https://gitee.com/kevin_chou/qdpz-docs.git
# 或者使用 yarn
$ yarn install
# 启动开发服务器
$ yarn dev
```