hello world bootstrap 編譯

1、下載bootstrap 源文件

http://d.bootcss.com/bootstrap-3.3.5.zip

解壓 zip文件

2、安裝node.js npm 等

3、全局安裝grunt

npm install -g grunt-cli

4、cd bootstrap-3.35

npm install

5、運行grunt

grunt dist

grunt watch

grunt test

grunt docs

grunt


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章