Express和ES6 REST API样板 这是使用ES6和Express构建REST API的简单样板。 通过ES6支持 通过REST资源作为 通过支持CORS 通过进行 提示:如果使用的是 ,则可以使用自动将模型公开为REST资源。 入门 # clone it git clone git@github.com:developit/express-es6-rest-api.git cd express-es6-rest-api # Make it your own rm -rf .git && git init && npm init # Install dependencies np