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

相關文章
相關標籤/搜索