# ElectronViewer **Repository Path**: wwwKit/ElectronViewer ## Basic Information - **Project Name**: ElectronViewer - **Description**: 一个使用Electron和Cesium的模型浏览器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-25 - **Last Updated**: 2021-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EasyViewer 使用 Angular&Electron 构建的 3dTiles 模型查看器 ### 打包说明 1. 运行 ng build --prod 打包 web 页面 2. 将 dist/easy-viewer 内的文件复制到 electron/app 内 3. cd electron/ 4. npm run build ### 其他说明 需要全局安装 electron 和 electron-builder