Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paddingme/my-angular-seed
my-angular-seed
https://github.com/paddingme/my-angular-seed
Last synced: about 10 hours ago
JSON representation
my-angular-seed
- Host: GitHub
- URL: https://github.com/paddingme/my-angular-seed
- Owner: paddingme
- License: mit
- Created: 2015-07-06T02:39:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T03:01:41.000Z (over 9 years ago)
- Last Synced: 2024-04-14T11:57:12.813Z (7 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
-app
-- dist (线上环境)
-- docs (文档)
-- src (生产环境)
--- common (共用组件)
---- directives (指令)
---- services (服务)
--- styles (样式表)
--- images (图片)
--- modules (各模块)
---- login
----- view1.js (controller)
----- view1.html (子模板)
----- view2.js (controller)
----- view2.html (子模板)
--- vendor (第三方插件)
--- app.js (angular js 配置以及启动入口js)
--- index.html (布局模板)
-- test (单元测试和端到端测试)
-- gulpfile.js (gulp 构建配置文件)
-- package.json