# docs **Repository Path**: zy13/docs ## Basic Information - **Project Name**: docs - **Description**: 前端知识库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-08 - **Last Updated**: 2023-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docs #### 介绍 前端知识库 - [vuepress指南](https://vuepress.vuejs.org/zh/guide/) #### 目录结构 ```bash . ├── docs │ ├── .vuepress (可选的: 用于存放全局的配置、组件、静态资源等) │ │ ├── components (可选的: 该目录中的 Vue 组件将会被自动注册为全局组件) │ │ ├── theme (可选的: 用于存放本地主题) │ │ │ └── Layout.vue │ │ ├── public (可选的: 静态资源目录) │ │ ├── styles (可选的: 用于存放样式相关的文件) │ │ │ ├── index.styl (将会被自动应用的全局样式文件,会生成在最终的 CSS 文件结尾,具有比默认样式更高的优先级) │ │ │ └── palette.styl (用于重写默认颜色常量,或者设置新的 stylus 颜色常量) │ │ ├── templates (可选的, 谨慎配置: 存储 HTML 模板文件) │ │ │ ├── dev.html (用于开发环境的 HTML 模板文件) │ │ │ └── ssr.html (构建时基于 Vue SSR 的 HTML 模板文件) │ │ ├── config.js (可选的: 配置文件的入口文件,也可以是 YML 或 toml) │ │ └── enhanceApp.js (可选的: 客户端应用的增强) │ │ │ ├── README.md │ ├── guide │ │ └── README.md │ └── config.md │ └── package.json ``` - [配置](https://vuepress.vuejs.org/zh/config/#%E5%9F%BA%E6%9C%AC%E9%85%8D%E7%BD%AE) - [主题](https://vuepress.vuejs.org/zh/theme/) - [默认主题配置](https://vuepress.vuejs.org/zh/theme/default-theme-config.html#%E9%A6%96%E9%A1%B5) #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)