在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):PauloLuan/angular-gulp-seed开源软件地址(OpenSource Url):https://github.com/PauloLuan/angular-gulp-seed开源编程语言(OpenSource Language):JavaScript 81.4%开源软件介绍(OpenSource Introduction):Angular Seed AppThis project is an application skeleton for a typical AngularJS web app. You can use it to quickly bootstrap your angular webapp projects and dev environment for these projects. The seed contains a sample AngularJS application and is preconfigured to install the Angular framework and a bunch of development and testing tools for instant web development gratification. In This Documentation Getting StartedDependenciesMake sure these are installed first. Quick Start
Gulp tasks
Features included in the gulpfile
Frameworks used on this project:AngularJS: HTML enhanced for web apps! https://angularjs.org/ Angular Material Design: The Angular reference implementation of the Google's Material Design specification. https://material.angularjs.org/#/ Sass (Node): Node.js binding to libsass, the C version of the popular stylesheet preprocessor, Sass. https://github.com/sass/node-sass Jasmine: Behavior-Driven JavaScript. http://jasmine.github.io/ BrowserSync: Time-saving synchronised browser testing. http://browsersync.io/ GulpJS: The streaming build system. http://gulpjs.com/ Protractor: End to end test framework for AngularJS applications built on top of WebDriverJS. https://github.com/angular/protractor Karma: Spectacular Test Runner for JavaScript. http://karma-runner.github.io/ File StructureBest Practice Recommendations for Angular App Structure The root directory generated for a app with name ├── src/ │ ├── app/ │ │ ├── components/ │ │ │ └── navbar/ │ │ │ │ ├── navbar.controller.js │ │ │ │ └── navbar.html │ │ ├── main/ │ │ │ ├── main.controller.js │ │ │ ├── main.controller.spec.js │ │ │ └── main.html │ │ └── index.js │ │ └── index.(css|less|scss) │ │ └── vendor.(css|less|scss) │ ├── assets/ │ │ └── images/ │ ├── 404.html │ ├── favico.ico │ └── index.html ├── gulp/ ├── e2e/ ├── bower_components/ ├── nodes_modules/ ├── .bowerrc ├── .editorconfig ├── .gitignore ├── .jshintrc ├── bower.json ├── gulpfile.js ├── karma.conf.js ├── package.json ├── protractor.conf.js LicenseAngular Seed is licensed under the MIT License. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论