# wjdemo **Repository Path**: iu-dillon/wjdemo ## Basic Information - **Project Name**: wjdemo - **Description**: 吴江3d demo。。。 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-17 - **Last Updated**: 2023-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1. 运行 Demo ### 1.1 h5运行 ```bash # 安装依赖包 yarn # 本地开发环境运行,http://localhost:4800/ yarn dev:h5 ``` ### 1.2 iframe引用 ```js ``` ### 1.2 真机运行 - 打包成h5,并发布到服务器 - 修改 `pages/iframe.vue`中的`iframe.src`为上一步的发布地址 - 修改`pages.json`,把入口页面改成"pages/iframe" ```json { "pages": [ { "path": "pages/iframe", "style": { "navigationBarTitleText": "3D Demo", "navigationStyle": "custom", "app-plus": { "scrollIndicator": false } } } ] } ```