plunkerでmermaid その2
997 ワード
概要
plunkerでmermaidやってみた。
sandbox作ってみた。
写真
サンプルコード
sequenceDiagram
ユーザ ->> +Vue : ログインボタンクリック
Vue ->> +Laravel : ログインAPI
Laravel ->> +Database : SQL
Note right of Database : 認証テーブル参照
Database ->> -Laravel : Result
alt ログイン成功
Laravel ->> Vue : success
else 失敗
Laravel ->> -Vue : failure
end
Vue ->> -ユーザ : 結果表示
成果物
sequenceDiagram
ユーザ ->> +Vue : ログインボタンクリック
Vue ->> +Laravel : ログインAPI
Laravel ->> +Database : SQL
Note right of Database : 認証テーブル参照
Database ->> -Laravel : Result
alt ログイン成功
Laravel ->> Vue : success
else 失敗
Laravel ->> -Vue : failure
end
Vue ->> -ユーザ : 結果表示
以上。
Author And Source
この問題について(plunkerでmermaid その2), 我々は、より多くの情報をここで見つけました https://qiita.com/ohisama@github/items/ef946aeb2ad523229ce2著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .