# 插件开发工作流

**URL:** https://meta.discourse.org/t/plugin-development-workflow/155722
**Category:** Development
**Created:** [2020年六月23日 19:29 UTC](https://meta.discourse.org/t/plugin-development-workflow/155722 "2020-06-23T19:29:14Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![justin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin/32/157614_2.png) [@justin](https://meta.discourse.org/u/justin)
#### Post date: [2020年六月23日 19:38 UTC](https://meta.discourse.org/t/plugin-development-workflow/155722/2 "2020-06-23T19:38:52Z")

</div>

> [@codechef](#):
>
> **有没有更好的方法能加快我“编辑 \> 测试 \> 再次编辑”的循环？**

很遗憾，确实没有。你可以使用本地安装来替代 Docker 开发环境。每次进行更改时，停止/启动该容器可能会产生一定的开销，而在本地运行服务器则只需停止和启动应用程序即可。不过，对于你在 Rails 端进行的许多更改，你仍然需要停止和启动服务。

然而，EmberJS 的更改通常只需要在浏览器中刷新即可，除非你正在添加、删除或重命名文件。

---

_[View the full topic](https://meta.discourse.org/t/plugin-development-workflow/155722)._
