We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
随着 dweb 内核的逐渐完善,我们开始致力于打造“闭环的 dwebdapp 开发体验”。
这意味着,我们需要 plaoc 迁移入 dweb 应用,使得在 dweb-browser 应用内部就能完成 web 的开发与打包。 那么相对应的,我们需要有一个内置的 terminal 来作为专业开发者的一站式工具。
我们将围绕 dweb-deeplink 来实现命令的注册,也就是说每一个 dweb-deeplink 也能对应成一个 tui 的命令。 也就是说,tui 不是传统意义上的 terminal,它的输入是 dweb-deeplink-request,输出的是 pure-response 的内容。 因为是围绕 req-res 模式,那么在 tui 中,我们需要内置一系列的管道工具和脚本表做,从而实现一定的工作流。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
随着 dweb 内核的逐渐完善,我们开始致力于打造“闭环的 dwebdapp 开发体验”。
这意味着,我们需要 plaoc 迁移入 dweb 应用,使得在 dweb-browser 应用内部就能完成 web 的开发与打包。
那么相对应的,我们需要有一个内置的 terminal 来作为专业开发者的一站式工具。
我们将围绕 dweb-deeplink 来实现命令的注册,也就是说每一个 dweb-deeplink 也能对应成一个 tui 的命令。
也就是说,tui 不是传统意义上的 terminal,它的输入是 dweb-deeplink-request,输出的是 pure-response 的内容。
因为是围绕 req-res 模式,那么在 tui 中,我们需要内置一系列的管道工具和脚本表做,从而实现一定的工作流。
The text was updated successfully, but these errors were encountered: