# q-uniapp-docs **Repository Path**: uglyp/q-uniapp-docs ## Basic Information - **Project Name**: q-uniapp-docs - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-20 - **Last Updated**: 2024-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![file structure & gitignore](./screenshots/gitignore.png) brew install tree 进入目录 tree -l 文件名 >README.md 意思是在 README.md 文件显示文件树 tree -l docs/.vitepress/theme >README.md ```txt docs/.vitepress/theme ├── index.ts └── style └── var.css ``` ## gitee git remote add gitee https://gitee.com/uglyp/q-uniapp-docs.git git push -u gitee "master" ## 提示 本地 `pnpm` 是 `7.30.0`, `deploy.yml` 里面的 `pnpm` 的 `version` 不能填 `8`, 要改为 `7`, 否则报错: ![pnpm-deploy](./screenshots/pnpm-deploy.png)