ʹDemoĶ

*configеindex.js

1config/config.js
	sid: '',                      
    	token: '',                    
        appid: '',                    
    	templateid: '',                
    	uid: ''   

ٷ˵ĵ

2úãȷѾװnodejs 4.XX ϰ汾

3windowsUNIXϵͳнdemoĿ¼
	1ִ    npm install
	
	2ִ    npm install -g node-dev 
		ִдnodejsΪ߰汾ִΪ   npm install node-dev  -g
		
	3ִnpm start
		   `node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` or `node --inspect-brk` instead
		
		޸ package.json      "start": "node-dev --debug ./bin/www"  Ϊ  "start": "node-dev --inspect ./bin/www"
		ٴִд