# tp5docs **Repository Path**: wgsuxin/tp5docs ## Basic Information - **Project Name**: tp5docs - **Description**: tp5入门文档 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://wgsuxin.gitee.io/tp5docs/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-03-01 - **Last Updated**: 2021-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tp5docs #### 介绍 tp5入门文档 #### 架构 基于 VuePress 构建 #### 安装教程 1. 从码云Fork本项目,地址为 [tp5参考文档](https://gitee.com/wgsuxin/tp5docs.git) 2. 然后克隆到本地电脑,完成后在项目根目录执行安装命令:`npm install` 3. 安装成功后运行以下命令启动项目:`npm run dev`(或`npx vuepress dev quickstart`) 4. 要构建部署请运行:`npm run build` #### 使用说明 1. 编写具体章节内容 2. 需要修改 config.js 文件 3. 章节完成后提交 Issue #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request