javascript 是否有一些使用 AngularJS 的开源 Web 应用程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16416135/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is there some open source web application using AngularJS?
提问by aztack
I want to use AngularJS in my next WebApp project, before I start, have 2 questions want to ask:
我想在我的下一个 WebApp 项目中使用 AngularJS,在我开始之前,有两个问题想问:
- Is AngularJS suitable for Mobile WebApp development?
- If there is any open source application using AngularJS that I can take as references when I using AngularJS?
- AngularJS 适合移动 WebApp 开发吗?
- 是否有任何使用 AngularJS 的开源应用程序可以作为我使用 AngularJS 时的参考?
采纳答案by CD..
Yes.
Reference application for AngularJS:
https://github.com/angular-app/angular-app
The idea is to demonstrate how to write a typical, non-trivial CRUD application using AngularJS. To showcase AngularJS in its most advantageous environment we've set out to write a simplified project management tool supporting teams using the SCRUM methodology. The sample application tries to show best practices when it comes to: folders structure, using modules, testing, communicating with a REST back-end, organizing navigation, addressing security concerns (authentication / authorization).
是的。
AngularJS 的参考应用:
https://github.com/angular-app/angular-app
这个想法是为了演示如何使用 AngularJS 编写一个典型的、重要的 CRUD 应用程序。为了在其最有利的环境中展示 AngularJS,我们着手编写一个使用 SCRUM 方法支持团队的简化项目管理工具。示例应用程序试图展示以下方面的最佳实践:文件夹结构、使用模块、测试、与 REST 后端通信、组织导航、解决安全问题(身份验证/授权)。
回答by vucalur
http://builtwith.angularjs.org/& filter by tag "Open Source".
http://builtwith.angularjs.org/ 并按“开源”标签过滤。
builtwith.angularjs.org was created by AngularJS Team. It became a community standard when it comes to boasting about your project. It will be more accurate than sophisticated google query.
builtwith.angularjs.org 由 AngularJS 团队创建。在吹嘘您的项目时,它已成为社区标准。它将比复杂的谷歌查询更准确。
回答by Chris Han
- Yes
- Below are two lists of open source example Angular apps:
- 是的
- 以下是两个开源示例 Angular 应用程序列表:
a) Example apps off of the Angular blog: http://blog.angularjs.org/2012/11/angularjs-example-applications.html. They range from a news reader (https://github.com/GoogleChrome/wReader-app) to a take out food application (https://github.com/IgorMinar/foodme). Many are written by those actively involved in AngularJS, so should make for decent reference material.
a) Angular 博客中的示例应用程序:http: //blog.angularjs.org/2012/11/angularjs-example-applications.html。它们的范围从新闻阅读器 ( https://github.com/GoogleChrome/wReader-app) 到外卖食品应用程序 ( https://github.com/IgorMinar/foodme)。许多是由那些积极参与 AngularJS 的人编写的,因此应该成为不错的参考资料。
b) Another list of submitted apps vetted by Angular folks: http://builtwith.angularjs.org/
b) 另一个由 Angular 人员的已提交应用程序列表:http: //builtwith.angularjs.org/
回答by V.B.
I have found this project very useful to learn Angular. https://github.com/nazar/parlmnt
我发现这个项目对于学习 Angular 非常有用。https://github.com/nazar/parlmnt