GithubHelp home page GithubHelp logo

area-net-gmbh / contentfly-pwa Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 28 KB

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

License: MIT License

TypeScript 100.00%

contentfly-pwa's Introduction

Contentfly CMS

Contentfly

Die Contentfly Plattform

Einführung

Mit der Contentfly Plattform können datengetriebene Apps für iOS und Android unter dem Einsatz des Ionic Frameworks inklusive Synchronisations-Anbindung an einen Server entwickelt werden.

Der Server (bzw. das Contentfly CMS) basiert dabei auf PHP und MySQL und kann auf nahezu jedem Standard-Hosting-Provider eingesetzt werden. Das SDK für Ionic unterstützt Entwickler bei der Umsetzung mobiler Apps für iOS und Android mit automatischer Datenhaltung und Synchronisation mit dem Contentfly CMS.

Für die Entwicklung von Apps auf Basis des Contentfly CMS sind folgende Kenntnisse erforderlich:

  • CMS: PHP und optimalerweise Doctrine und MySQL
  • Ionic: Typescript/Javascript und Kenntnisse im Ionic Framework
  • PWA: Typescript/Javascript und Kenntnisse im Ionic Framework

PWA SDK

Installation

Installation per NPM npm install contentfly-pwa

src/app/app.module.ts

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

@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/pwa

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

contentfly-pwa's People

Contributors

areanet-schmid avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.