2013-05-07 31 views
17

我想在我的下一個Web應用程序項目中使用AngularJS,我開始前,有2個問題要問:是否有一些使用AngularJS的開源Web應用程序?

  1. 是AngularJS適合移動Web應用程序的開發?
  2. 如果使用在使用AngularJS我,我可以作爲參考AngularJS任何開源應用程序?
+1

這是你在找什麼http://todomvc.com/ – elclanrs 2013-05-07 09:55:23

+0

一個例子可能是https://www.googlesciencefair.com/en/2013/,因爲它是客戶端應用程序,所以你可以很容易地看到查看源代碼 – 2013-05-07 11:57:27

+0

我一直在工作https://github.com/kamranahmedse/angularjs-todo – 2014-06-10 15:17:36

回答

13
  1. 是的。

  2. 爲AngularJS參考應用:

    https://github.com/angular-app/angular-app

    這樣做是爲了演示如何編寫使用AngularJS典型的,不平凡的CRUD 應用。爲了展示AngularJS在其最有利 環境,我們已經開始着手編寫一個簡單的項目 管理工具使用SCRUM方法支持團隊。 示例應用程序試圖展示最佳實踐: 文件夾結構,使用模塊,測試,與REST 後端進行通信,組織導航,解決安全問題 (身份驗證/授權)。

3
  1. 下面是開源例如角應用的兩個列表:

a)實施例應用程式斷角博客的:http://blog.angularjs.org/2012/11/angularjs-example-applications.html。它們的範圍從新聞閱讀器(https://github.com/GoogleChrome/wReader-app)到取出食品應用程序(https://github.com/IgorMinar/foodme)。許多是由積極參與AngularJS的人撰寫的,所以應該爲體面參考材料做出貢獻。

b)以角鄉親審查提交的應用程序的另一個列表: http://builtwith.angularjs.org/

4

http://builtwith.angularjs.org/ &通過標記「Open Source」過濾。


builtwith.angularjs.org由AngularJS Team創建。當談到你的項目吹噓時,它成爲一個社區標準。這將比複雜的谷歌查詢更準確。

+0

恰好有4個應用程序與該過濾器 – 2014-12-31 10:00:09

相關問題