Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: 开发模板的流程太繁琐了,希望得到改进 #358

Open
skypesky opened this issue Sep 23, 2024 · 0 comments
Open

[Feature]: 开发模板的流程太繁琐了,希望得到改进 #358

skypesky opened this issue Sep 23, 2024 · 0 comments
Assignees

Comments

@skypesky
Copy link
Contributor

skypesky commented Sep 23, 2024

Why you want this Feature?

目前的开发流程

  • 我通过执行某个脚本,从模板里面创建一个新的应用。
  • 安装依赖,执行 blocklet dev,验证 blocklet bundle, deploy
  • 把改动的文件复制会模板,然后小心比对
  • 然后再通过模板创建一个新的应用,测试整个流程。

期望的开发流程

  • 方案1(最理想): 我可以直接在模板下面直接安装依赖,然后 blocklet dev 就可以调试了,然后测试 bundle, deploy
  • 方案2(最容易实现): 首先我通过创建一个新的应用获得可用的 blocklet.yml 信息,然后将模板的所有文件复制出来(当然,模板的 blocklet.yml 就不要复制),凑成一个 blocklet,然后安装依赖, blocklet dev, blocklet bundle, blocklet deploy。修改好模板之后,直接复制回去,覆盖模板。

Describe the solution you'd like

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants