# 插件世界 **Repository Path**: github-mouyong/plugins-world ## Basic Information - **Project Name**: 插件世界 - **Description**: 创建插件原来如此简单 创建属于自己的前端插件、Laravel 插件、Webman 插件、小程序插件、PicGO 插件;让查找优秀的插件不再困难 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2023-01-04 - **Last Updated**: 2025-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 添加文档 ``` # 添加 git subtree add -P vitepress-docs/ https://ghproxy.com/https://github.com/mouyong/vitepress-doc-website.git master # 拉取更新 git subtree pull -P vitepress-docs/ https://ghproxy.com/https://github.com/mouyong/vitepress-doc-website.git master # 安装依赖 cd vitepress-docs/ yarn install # 编写文档 yarn docs:dev # 生成静态文件 yarn docs:build ``` ## 子目录部署 `nginx` 配置 ``` location /docs/ { try_files $uri $uri/ $uri.html; } ```