cocos2d-js已经不在github上了吗

https://github.com/cocos2d/cocos2d-js 这个链接里好像只更新到3.6
3.7以后只有官网上的下载包了吗?

已经合并到cocos2d-x了,见https://github.com/cocos2d/cocos2d-x

— Begin quote from ____

Build and run new project for web

— End quote

Only JS project can be published to web platforms, so you will need to create a JS project first:

$ cocos new -l js WebGame

Then you can run your game in a web browser:

$ cocos run -p web

Or you can publish your game to publish/html5/ folder:

$ cocos run -p web -m release --advanced]

多谢, 我也发现了