MEAN + Backbone.js视频教程

https://www.youtube.com/channel/UC8Szh5ZJeGFBWyqKyTCVPpA git

This tutorial uses pure RESTful services. The services are implemented as follows: github

HTTP Method URL Action
GET /api/wines Retrieve all wines
GET /api/wines/10 Retrieve wine with id == 10
POST /api/wines Add a new wine
PUT /api/wines/10 Update wine with id == 10
DELETE /api/wines/10 Delete wine with id == 10

这个更详细,有64集:
https://www.youtube.com/playlist?list=PLQUMc4-0pHw6_vUL1ty11EvDIgydBI_BL api

20150830更新:视频都太初级,仍是看书好。最好的backbone资料: spa

http://addyosmani.github.io/backbone-fundamentals 视频


完美的例子: http://coenraets.org/blog/2011/12/backbone-js-wine-cellar-tutorial-part-1-getting-started/ blog

相关文章
相关标签/搜索