fibjs開發環境搭建

方健發表於2014-12-31

參考

http://fibjs.org/index.html
http://www.open-open.com/lib/view/open1415082257175.html
http://segmentfault.com/a/1190000000471219

步驟

Mac

brew install fibjs

CentOS
1. 先裝nodejs

yum install nodejs

2. 再裝NPM

yum install npm

3. 由於國外npm慢,我們用淘寶的映象

npm install -g cnpm --registry=http://registry.npm.taobao.org

4.安裝fibjs

cnpm install fibjs -g

5.試執行一下

fibjs dang.js  

相關文章