# dspLogisticDrawTool **Repository Path**: cying314/dsp-logistic-draw-tool ## Basic Information - **Project Name**: dspLogisticDrawTool - **Description**: vue2开发的单页静态网页,提供“戴森球计划”游戏物流绘图界面化工具——用户可将自定义的图片、文字转化为传送带、流速器绘图,并以蓝图形式输出。 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-02 - **Last Updated**: 2024-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 戴森球计划 物流建筑绘图工具 ### - DSP物流绘图蓝图生成 - 项目框架:Vue - 项目简介:该工具用于戴森球计划(Dyson Sphere Program)游戏,可将图片、文字转化为传送带、流速器绘画,并以蓝图形式输出。 - 在线访问地址: > https://cying.xyz/DSP/dspLogisticDrawTool - b站演示视频: > https://www.bilibili.com/video/BV13D421u7uL - 页面截图: ![页面截图](https://gitee.com/cying314/dsp-logistic-draw-tool/raw/master/README.assets/index.png) ### 安装依赖 ```shell cnpm install ``` ### 运行测试服务 ```shell npm run serve ``` ### 构建打包 ```shell npm run build # 打包后可删除dist文件夹中的css及js文件夹(打包流冗余文件,所有代码已打包进html),仅保留index.html ```