# layaTree **Repository Path**: rainlaw/layaTree ## Basic Information - **Project Name**: layaTree - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-10 - **Last Updated**: 2025-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##开发参考: http://open.chrome.360.cn/extension_dev/overview.html ##字段说明参考: http://open.chrome.360.cn/extension_dev/manifest.html # 运行项目 ## 使用前 在使用之前,需要在项目目录下执行命令 ``` npm install ``` 初始化项目所需的依赖包 # 编译 在项目目录运行编译命令 ``` npm run build ``` 会生成dist目录,目录下即打包所需要的所有文件