Skip to content

RalfBarkow/MiracleListClient

 
 

Repository files navigation

MiracleListClient

Dies ist eine Beispielanwendung für eine Cross-Platform-Anwendung auf Basis einer Single-Page-Webapplication (SPA). MiracleList dient der Aufgabenverwaltung.

Autor: Dr. Holger Schwichtenberg, www.IT-Visions.de
Version: 0.6.0-Beta2 vom 05.05.2017
Webadressen:
Eingesetzte Techniken:
  • 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
Versionsgeschichte:
  • 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

Package Restore

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

Hilfe zum Electron-Client

Übersetzen und starten: npm run w-electron (w für Windows, m für Mac)

Pakete erstellen: npm run w-electron-deployallprod


Hilfe zum Cordova-Client

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.


Es folgt die Original-Readme-Datei von Angular-CLI

This project was generated with angular-cli version 1.0.0-beta.24.

Development server

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.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.

Build

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

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

Deploying to Github Pages

Run ng github-pages:deploy to deploy to Github Pages.

Further help

To get more help on the angular-cli use ng help or go check out the Angular-CLI README.

About

Beispielanwendung: Cross-Platform-Anwendung auf Basis von HTML5/CSS, TypeScript, Angular und Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 79.2%
  • HTML 12.3%
  • Java 5.0%
  • JavaScript 2.1%
  • CSS 1.4%