# eros-template **Repository Path**: mirrors_bmfe/eros-template ## Basic Information - **Project Name**: eros-template - **Description**: 🔧 eros app 开发模板。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-02-25 - **Last Updated**: 2026-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## eros 主项目地址 - [https://github.com/bmfe/eros](https://github.com/bmfe/eros) ## 介绍 > eros app 快速开发模板,可通过脚手架 eros-cli `init` 指令快速生成。 ## 分支介绍 - master (附带着 demo 的完整开发底层) - pure (无任何功能的纯净开发模板) - source (源码依赖分支 全插件 ) ## 场景使用 - 不论您是 `weex/vue` 入门新手还是有过项目经验,我们都极力推荐你先 `init` 带有 `demo` 的版本; - 如果您已经使用过 `eros` 开发过 app,就可以直接用 `pure` 版本; - **如果你想对项目有高度自定义如`修改 weex sdk 源码`, `自定义 eros 相关功能`,`自定义热更新逻辑`等,请直接 `clone` 我们的 `source` 分支**; source 分支使用: [https://github.com/bmfe/eros-template/tree/source](https://github.com/bmfe/eros-template/tree/source)