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
在写前端组件的过程中,需要一个清晰的可视化的将组件思路写出来的工具。 由于绘画水平不高字也写得不好看,而且经常性的需要修改,所以用工具来做这个事情时很好的。 Webstorm有一个Diagrams->Show Diagram 但是实在是有些鸡肋,仅仅是组件 require,import 的引用关系。 ProcessOn的功能倒是也挺强大,以前也绘制过两个,效果还算可以。 由于对UML也不熟,但是我看大佬们用这个东西画的图逻辑还挺清晰,其中貌似还蕴藏了一些知识点,从软件开发的角度去学习是很值得的。
学习工具: vscode 插件 PlantUML 在线工具:http://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000 学习资料: http://plantuml.com/zh/index https://www.uml-diagrams.org/use-case-actor.html
不能使用openiconic怎么办?http://plantuml.com/zh/graphviz-dot
The text was updated successfully, but these errors were encountered:
-> -->
<- <--
actor
participant
entity
control
database
foo -> bar : [text]
jack -> rose : I love you
actor jack #red
actor jack as j
foo order 30 bar order 20 baz order 10
note left: this is a first note
note left of,note right of或note over
适用于端到端通信,http,https,mqtt等通信协议。
基于axios的负责前后端通信的httpclient。
Sorry, something went wrong.
用UML可以绘制架构图。
No branches or pull requests
在写前端组件的过程中,需要一个清晰的可视化的将组件思路写出来的工具。
由于绘画水平不高字也写得不好看,而且经常性的需要修改,所以用工具来做这个事情时很好的。
Webstorm有一个Diagrams->Show Diagram 但是实在是有些鸡肋,仅仅是组件 require,import 的引用关系。
ProcessOn的功能倒是也挺强大,以前也绘制过两个,效果还算可以。
由于对UML也不熟,但是我看大佬们用这个东西画的图逻辑还挺清晰,其中貌似还蕴藏了一些知识点,从软件开发的角度去学习是很值得的。
学习工具:
vscode 插件 PlantUML
在线工具:http://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000
学习资料:
http://plantuml.com/zh/index
https://www.uml-diagrams.org/use-case-actor.html
UML中一些重要的对象
UML使用问题汇总
不能使用openiconic怎么办?http://plantuml.com/zh/graphviz-dot
The text was updated successfully, but these errors were encountered: