最近一直在学习angularjs,只是局限在一些几行,几十行的小例子上,想找一个完整的项目(不需要太大),学习一下怎么用angularJs架构,怎么抽取服务啊,指令见的调用什么的,谢了
给我你的怀抱2017-05-15 16:52:53
It’s all inside
https://github.com/angular/angular.js/wiki/Projects-using-AngularJS
淡淡烟草味2017-05-15 16:52:53
The overall structure of the official tutorial
看了没,对应的项目angular-phonecat.对照官网的文档上迭代式的讲解学习,绝对是学angular第一个要看的项目。看完之后对angular
and its functions are basically all there. Then you can make a small project by yourself, and learn more about related topics in the project.
ps: There are many Chinese ones
turorial
, but they are basically different from the current version. Please check the official website directly. Must climb over the wall.
phpcn_u15822017-05-15 16:52:53
app.mifan.us
A project under development, git
https://github.com/imifan/mifan/tree/master/app
某草草2017-05-15 16:52:53
You can take a look at what I wrote recently, which uses several functions. The team uses it as an introductory example:
https://github.com/monw3c/angularjs_pingan
習慣沉默2017-05-15 16:52:53
I have a java project made with angular-js, you can take a look: https://github.com/zhaozhiming/department-blogs-analyser
阿神2017-05-15 16:52:53
Design a small application yourself and then make it using angular. It’s better to look at other people’s projects than to do it yourself. For example, make an online chat SPA, use node as the backend, and practice sockets. Overall it's not difficult, but there's a lot of space. It's much better than looking at other people's code.
Also, don’t think about learning from other projects. You may not be able to learn from good ones, and it’s better not to learn from bad ones. Do it yourself, gain experience, and then make noise if you can copy others. Just finally build the application you designed. You will know that what I said is true, brother.
Come on
習慣沉默2017-05-15 16:52:53
jsgen on github is now running as an Angular community, using node and angularJS
漂亮男人2017-05-15 16:52:53
We recommend the examples of todoMVC. The angular version is at https://github.com/tastejs/todomvc/tree/gh-pages/examples/angularjs
phpcn_u15822017-05-15 16:52:53
A project written by myself using Python+Flask as the backend and AngularJS as the frontend
Mainly using Python Scrapy to make web crawlers, displaying results through the AngularJS front-end, controlling and configuring the back-end crawler
https://github.com/mengfeng/zjobs
Exactly running on Heroku
https://zjobs.herokuapp.com/
怪我咯2017-05-15 16:52:53
It is recommended that beginners skip the official front-end routing, which is easy to mislead. If there is no back-end foundation, there are too many pitfalls in direct front-end routing SPA