Skip to content

area-net-gmbh/contentfly-ionic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contentfly CMS

Contentfly

Die Contentfly Plattform

Releases-Notes

Version 1

1.2.5

  • Beim ersten Start werden alle Daten neu synchronisiert (syncstate wird nicht geladen)

1.2.4

  • Nur benötigte Dateien synchronisieren (syncUsedFilesOnly)
  • abhängige Entitäten laden (dependentEntities)

1.2.1

  • Unterstützung Statistik-Plugin

Version 2

  • Ionic 4 und Capacitor
  • siehe Branch v2

Installation

Installation per NPM npm install contentfly-ionic

src/app/app.module.ts

...
import {ContentflyModule} from "contentfly-ionic";

@NgModule({
  declarations: [
    ...
  ],
  imports: [
    ...
    ContentflyModule.forRoot({
      baseUrl: 'https://url.zum-contentfly-cms.de/'
    })
  ],
  bootstrap: [IonicApp],
  entryComponents: [
    MyApp
  ],
  providers: [
    ...
  ]
})
export class AppModule {}

Weiterführende Dokumentation unter https://www.contentfly-cms.de/docs/inonic

Modulinformationen

Erstellen des Modules npm run build

Veröffentlichen des Modules npm publish

Lizenz

Die Contentfly Plattform ist unter eine dualen Lizenz (MIT und properitär) verfügbar. Die genauen Lizenzbedingungen sind in der Datei LICENCE zu finden.

Die Contentfly Plattform ist ein Produkt der AREA-NET GmbH

AREA-NET GmbH Werbeagentur, Internetagentur und App Agentur Öschstrasse 33 73072 Donzdorf

Kontakt

Geschäftsführer Gaugler Stephan, Köller Holger, Schmid Markus

Handelsregister HRB 541303 Ulm Sitz der Gesellschaft: Donzdorf UST-ID: DE208051892

About

Synchronisation mit dem Contentfly CMS: Das SDK für Ionic unterstützt Entwickler bei der Datenhaltung, Synchronisation und Darstellung von Inhalten.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published