https://github.com/undecaf/angularjs-template
Vorlage für Projekte mit AngularJS und Angular Material
https://github.com/undecaf/angularjs-template
angularjs angularjs-material end-to-end-testing jasmine karma testcafe unit-testing
Last synced: about 2 months ago
JSON representation
Vorlage für Projekte mit AngularJS und Angular Material
- Host: GitHub
- URL: https://github.com/undecaf/angularjs-template
- Owner: undecaf
- Created: 2018-09-03T20:19:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T10:27:13.000Z (over 2 years ago)
- Last Synced: 2023-03-04T02:20:22.947Z (about 2 years ago)
- Topics: angularjs, angularjs-material, end-to-end-testing, jasmine, karma, testcafe, unit-testing
- Language: JavaScript
- Size: 3.84 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vorlage für Projekte mit AngularJS und Angular Material
Ausgangspunkt für Unterrichtsprojekte, der Folgendes bereitstellt:
+ Aktuelle lokale Kopien von [AngularJS](https://angularjs.org/), [UI-Router](https://ui-router.github.io/ng1/docs/latest/),
[AngularJS Material](https://material.angularjs.org/latest/) mit [Icons](https://material.io/tools/icons/) und
[Fonts](https://fonts.google.com/specimen/Roboto) und [Moment.js](https://momentjs.com/)
+ Verzeichnisstruktur und Vorlagen für Komponenten, Services, Factories und Filter
+ AngularJS-Musterprojekt
+ Unit-Tests mit [Karma](https://karma-runner.github.io/latest/index.html) und [Jasmine](https://jasmine.github.io/)
sowie Testvorlagen für Komponenten, Services, Factories und Filter
+ End-to-End-Tests mit [Testcafe](https://devexpress.github.io/testcafe/) sowie Testvorlage