# Laya3.0 to singlehtml
**Repository Path**: dapili/laya3.0-to-singlehtml
## Basic Information
- **Project Name**: Laya3.0 to singlehtml
- **Description**: 将laya3.0 项目打包成单一网页文件
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2023-02-11
- **Last Updated**: 2025-09-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Laya3.0 to singlehtml
#### 介绍
将laya3.0 web项目打包成单一网页文件
#### 软件架构
Laya 3.0 + python 3
#### 使用说明
1. 安装python3
2. 构建发布你的laya3.0 web项目
3. 将package.py FakeHttp.js index-xxx.html(自定义不同平台)复制到项目根目录下
4. 运行package.py 将在release/web下生成对应的index-xxx.html单文件
ps:此项目支持的具体版本为laya 3.0.11(已知不同版本可能js库的路径有变)。因laya官方已在laya 3.3.0支持打包单文件,故项目不在维护。