Dies ist eine Beispielanwendung für eine Cross-Platform-Anwendung auf Basis einer Single-Page-Webapplication (SPA). MiracleList dient der Aufgabenverwaltung.
- Backend: https://miraclelistbackend.azurewebsites.net
- Web-Frontend: http://www.miraclelist.net
- Windows-Client: https://Miraclelist.azurewebsites.net/download/MiracleListElectron-win32-x64.rar
- Linux-Client: https://Miraclelist.azurewebsites.net/download/MiracleListElectron-linux-x64.rar
- Quellcode Frontend: https://github.com/HSchwichtenberg/MiracleListClient
- Backend: .NET Core, C#, ASP.NET Core WebAPI, Entity Framework Core, SQL Azure, Azure Web App, Swagger
- Frontend: HTML, CSS, TypeScript, Angular, Bootstrap, MomentJS, angular2-moment, angular2-contextmenu, angular2-modal
- 0.1: Basisversion mit Aufgaben anlegen und bearbeiten
- 0.2: Benutzerverwaltung, Kategorien verwalten
- 0.3: Suchfunktion, fällige Aufgaben
- 0.4: Aufwand als Zusatzeigenschaft
- 0.5: Electron-Client
- 0.6: Cordova-Client, Aufgaben sind sortierbar
Die notwendigen NPM-Module (ca. 500 MB) sind nicht enthalten. Sie müssen diese mit npm install wiederherstellen!
Dieser Befehl muss 2x ausgeführt werden
- im Hauptverzeichnis
- im Verzeichnis /electron für die speziellen Node-Pakete für electron
Übersetzen und starten: npm run w-electron (w für Windows, m für Mac)
Pakete erstellen: npm run w-electron-deployallprod
Angular-Webanwendung ins www-Verzeichnis von Cordova übersetzen: npm run build-cordova
Platform hinzufügen: cordova platform add android usw.
Übersetzen: cordova build android usw.
This project was generated with angular-cli version 1.0.0-beta.24.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
ng build --target=production --environment=prod
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve.
Run ng github-pages:deploy to deploy to Github Pages.
To get more help on the angular-cli use ng help or go check out the Angular-CLI README.