{"id":13671115,"url":"https://github.com/legoflow/legoflow","last_synced_at":"2025-04-05T12:08:11.755Z","repository":{"id":21507638,"uuid":"91311804","full_name":"legoflow/legoflow","owner":"legoflow","description":"更轻、更强、开箱即用的 前端工作流客户端","archived":false,"fork":false,"pushed_at":"2022-12-03T03:18:31.000Z","size":13398,"stargazers_count":513,"open_issues_count":28,"forks_count":49,"subscribers_count":38,"default_branch":"master","last_synced_at":"2024-04-13T23:54:25.450Z","etag":null,"topics":["babel7","gulp4","macos","vuejs2","webpack4","windows"],"latest_commit_sha":null,"homepage":"https://legoflow.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/legoflow.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-15T08:11:52.000Z","updated_at":"2024-03-26T14:48:43.000Z","dependencies_parsed_at":"2023-01-12T03:45:44.898Z","dependency_job_id":null,"html_url":"https://github.com/legoflow/legoflow","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legoflow%2Flegoflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legoflow%2Flegoflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legoflow%2Flegoflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legoflow%2Flegoflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/legoflow","download_url":"https://codeload.github.com/legoflow/legoflow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332612,"owners_count":20921853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["babel7","gulp4","macos","vuejs2","webpack4","windows"],"created_at":"2024-08-02T09:00:59.607Z","updated_at":"2025-04-05T12:08:11.733Z","avatar_url":"https://github.com/legoflow.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"\"\u003e\n        \u003cimg alt=\"Logo\" src=\"./icon/logo@128.png\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e LegoFlow 2 \u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n        \u003cimg alt=\"Licence\" src=\"https://img.shields.io/badge/license-MIT-green.svg\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"\"\u003e\n        \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-2.0-blue.svg\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pan.baidu.com/s/1PfUT9GwOxovp1E3Kj5WP8g\" target=\"_blank\"\u003e\n        \u003cimg alt=\"Download\" src=\"https://img.shields.io/badge/download-app-brightgreen.svg\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/legoflow/legoflow/blob/master/CHANGELOG.md\" target=\"_blank\"\u003e\n        \u003cimg alt=\"ChangeLog\" src=\"https://img.shields.io/badge/CHANGE-LOG-orange.svg\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"\"\u003e\n        \u003cimg alt=\"PRs Welcome\" src=\"https://img.shields.io/badge/PRs-welcome-green.svg\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    更轻、更强、开箱即用的 \u003cstrong\u003e前端工作流客户端\u003c/strong\u003e\n\u003c/p\u003e\n\n## 功能\n\n* Webpack 4x 的 JS 模块编译，支持各类模块规范\n* Babel 7 ES.NEXT JS 编译\n* Vue.js 2.x 开发环境\n* Sass 编译\n* Autoprefixer 自动补全\n* 移动端 REM 适配方案\n* 生成图片信息，智能图片压缩\n* Base64 图片，雪碧图\n* EJS 模板编译\n* 自动内联样式脚本\n* 自动替换线上资源地址\n* ......\n\n## 开发\n\n应用是通过 [Electron](https://github.com/electron/electron) 作为核心框架，构建出跨平台应用。在开发启动应用之前，请先拉取仓库，以及安装开发环境依赖。\n\n```sh\n# node version = v8.x\nnode -v\n\n# 全局安装 electron v1.8.4\nnpm i electron@1.8.4 -g\n\n# 进入拉取的仓库文件夹\ncd ./legoflow\n\n# 安装依赖\nnpm install\n```\n\n启动应用\n\n```sh\nnpm start\n```\n\n打包应用，若打包过程中出现错误，请参考 [electron-packager](https://github.com/electron-userland/electron-packager) 使用文档。\n\n```sh\n# 打包 macOS 应用\nnpm run package:mac\n```\n\n## 使用说明\n\n查看 **[2.0 使用说明](https://legoflow.com/wiki)**\n\n## 更新日志\n\n查看 **[CHANGELOG](https://github.com/legoflow/legoflow/blob/master/CHANGELOG.md)**\n\n## 下载\n\n→ 百度云盘 **[下载地址](https://pan.baidu.com/s/1PfUT9GwOxovp1E3Kj5WP8g)**\n\n→ 腾讯云盘 **[下载地址](https://share.weiyun.com/5kP4ElS)**\n\n若出现以上源都无法下载，请加 Q 群下载群共享文件\n\n## v1.0 版本\n\n[https://legoflow.com/v1](https://legoflow.com/v1)\n\n## 反馈\n\n遇到问题或者有更棒的想法，欢迎大家提出 issues 或 PR.\n\n交流 Q 群 **457756220**\n\n## 许可\n\n[MIT](./LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegoflow%2Flegoflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegoflow%2Flegoflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegoflow%2Flegoflow/lists"}