原创 bower入門

安裝bower $ npm install -g bower 安裝包 //$ bower install <package> # installs the project dependencies listed in bower.json

原创 安裝package control

安裝package control preference->brower plugin->上一級目錄->進入installed packages->到https://sublime.wbond.net/Package%20Control.

原创 Register requires an interactive shell

bower init在git bash命令下出現Register requires an interactive shell的錯誤. 解決方法:在 windows cmd 裏面使用 bower init,而不是在 git bash 裏面