npm i pug pug-loader
#二、 配置
vue-cli 3 以下版本修改webpack
vue-cli 3 以上版本 是在vue.config.js 裡面修改
#三 使用
lang = 『pug』
. 就是 預設 div 的 class 名
縮排 就是預設 含在 下一級
不用寫 類似 結束 標籤。 看起來比較簡潔。
'pug'
>
.kkkk
div(class
="start common" @mousedown=
"mousedown($event)" @mousemove=
"mousemove($event)" @mouseup=
"mouseup($event)"
) 我是起點
div(class
="end common" @mousedown=
"mousedown($event)" @mousemove=
"mousemove($event)" @mouseup=
"mouseup($event)"
) 我是終點
svg(width=
"100%"
:height=
"1600")g
(data-shape=
"edge"
class
="x6-cell x6-edge"
)path
(fill=
"none" pointer-events=
"none" stroke=
"#333333" stroke-width=
"2" stroke-linejoin=
"round"
:d="path" marker-end=
"url(#marker-v0-1343187251)")g
(class
="x6-edge-labels")g
(class
="x6-edge-label" data-index=
"0" cursor=
"default"
:transform=
"trans"
)rect
(fill=
"#fff" rx=
"3" ry=
"3" width=
"32.03125" height=
"20.015625" transform=
"matrix(1,0,0,1,-16,-10.8)"
)text
(font-size=
"14" xml:space=
"preserve" fill=
"#000" text-anchor=
"middle" pointer-events=
"none"
)tspan
(dy=
"0.3em"
class
="v-line"
) abcd
<
/template>
有關vim的使用
重點內容 vi編輯器有三種模式 命令模式,編輯模式,末行模式 開啟vi後首先是命令模式,用i,o,a等進入編輯模式,按esc退出編輯模式。w 儲存檔案但不退出vi w file 將修改另外儲存到file中,不退出vi w 強制儲存,不推出vi wq 儲存檔案並退出vi wq 強制儲存檔案,並退出vi...
有關sqlmap的使用
首先貼一段詳細引數說明,相當於說明書了 sqlmap詳細命令 options 選項 target 目標 以下至少需要設定其中乙個選項,設定目標url。request 請求 這些選項可以用來指定如何連線到目標url。enumeration 列舉 這些選項可以用來列舉後端資料庫管理系統的資訊 表中的結構...
有關blkproc 命令的使用
如果你讓matlab幫你計算最好的塊大小,用bestblk函式,mb,nb bestblk m n k 可以得到分塊之後的行數和列數,乘一下就是塊數 命令 blkproc 從matlab2009開始用 blockproc 功能 對影象進行分塊處理 函式呼叫形式 b blkproc a,m n fun...