node.Js學習-- 建立服務器簡要步驟

1.建立項目目錄 mkdir ningha(文件夾名)
npm init 初始化項目  得到package.jsoncss

2..在node.Js命令行操做進入到文件所在目錄html

3.輸入browser-sync start --server 「」 --files   "index.html"(filesname)  --tunnel                     打開服務器node

 

sass服務器開啓npm


sass sass/style.scss:css/style.cssjson

sass --watch sass:css
再新開一個cmd
進入sass目錄中
開啓一個服務 並監聽sass目錄中的html css sass 文件
browser-sync start --server "" --files "index.html,/css/*.css,ss/*.sass"sass

相關文章
相關標籤/搜索