blocklet / create-blocklet

Bootstrap blocklets within minutes
https://www.createblocklet.dev
Other
10 stars 5 forks source link

扩充内置的 create 模板 #36

Open LancelotLewis opened 2 years ago

LancelotLewis commented 2 years ago

能够让非 react 的用户快速上手

mave99a commented 2 years ago

能否可选一些starter template (这些template在其他repo里,也可以定期update,而且别人也可以contribute更多template)

比如我很希望能有个eth app scafold的starter : https://github.com/scaffold-eth/scaffold-eth

LancelotLewis commented 2 years ago

这个之前在调研的时候有考虑,如果是第三方的 starter template,就无法很好的去定制功能,基本都是简单的 copy 整个项目内容过来,这就需要保证 starter 本身有质量保证。 对于前期来说,最好只由官方来控制这个质量

mave99a commented 2 years ago

这种我们得fork 变成符合我们自己的。 毕竟我们blocklet 有一些先觉条件,也有自己的特色。

eth scaffold 这种类型的确对开发者比较有帮助

LancelotLewis commented 2 years ago

这种我们得fork 变成符合我们自己的。 毕竟我们blocklet 有一些先觉条件,也有自己的特色。

eth scaffold 这种类型的确对开发者比较有帮助

好的,等优化这个 issue 的时候一起看看

wangshijun commented 2 years ago

这个可以提高下优先级,先把主流应用开发框架的 starter 都集成进来,然后再逐步完善,这样给 coding test 候选人更多的选择。

LancelotLewis commented 2 years ago

待增加列表:

mave99a commented 2 years ago

nextjs, Gatsby ?

wangshijun commented 2 years ago
  • static html

@LancelotLewis 这个可以下周提高下优先级,可以参考:https://github.com/blocklet/html-2048-sample

要求:html、js、css 俱全,组织合理

wangshijun commented 1 year ago

remix js 初步尝试了下:https://github.com/wangshijun/remix-blocklet-template 可以本地 dev,可以部署到远程

wangshijun commented 1 year ago

future templates to consider:

wangshijun commented 1 year ago

更多的后端模板:

cc @LancelotLewis