一直不知道開啟服務后怎么跳出命令行,現在終于知道了。
Control + c -------------windows
Control + c -------------windows
2015-10-23
=.=不覺得很清晰,看到我頭暈,一個頁面里面這樣簡簡單單還不算很多嵌套的已經暈了。mixin -val 等等等~感覺就像吧js代碼寫到html里。不過這個格式化倒是很好,不會逼死強迫癥
2015-10-03
<!--[if IE 8]><html class='ie8'><! [endif]-->
<!--[if IE 9]><html class='ie9'><! [endif]-->
<!--[if !IE]><!--><html><!--<! [endif]-->
這個我的無法編譯
<!--[if IE 9]><html class='ie9'><! [endif]-->
<!--[if !IE]><!--><html><!--<! [endif]-->
這個我的無法編譯
2015-09-18
最新回答 / 慕村5414681
①你要先安裝node.js。②然后window下,打開cmd到相應的目錄下,使用 npm install jade -g全局安裝。③然后在jade源文件那,使用 jade xxx.jade編譯生成你需要的html
2015-09-15