Links und Glossar

Viele neue Wörter, wenn man beginnt mit der JavaScript, Cordova, … - Welt. Oft reicht einem ein kurzer Satz und man weiß wieder Bescheid, dazu dient dieser Glossar.


Dieser Glossar ist Teil der Serie: Ionic_Start


Node.js is an open source, cross-platform runtime environment for server-side and networking applications. Node.js applications are written in JavaScript, and can be run within the Node.js runtime on OS X, Microsoft Windows, Linux, …
(http://en.wikipedia.org/wiki/Node.js)


npm is a package manager for JavaScript, and is the default for Node.js. As of Node.js version 0.6.3, npm is bundled and installed automatically with the environment.
(aus http://en.wikipedia.org/wiki/Npm_(software))


Bower is a package management system for client-side programming on the World Wide Web. It depends on Node.js and npm. It works with git and GitHub repositories.
(aus http://en.wikipedia.org/wiki/Bower_(software))


Git is a distributed revision control system
(aus http://en.wikipedia.org/wiki/Git_(software))


TSD TypeScript Definition manager for DefinitelyTyped
(aus http://definitelytyped.org/tsd/)


NuGet is a free and open source package manager for the Microsoft development platform.
(aus http://en.wikipedia.org/wiki/NuGet)


Chocolatey is a Machine Package Manager for Windows.
(aus https://chocolatey.org/)


Yeoman is a web scaffolding tool.


Ionic (siehe Artikel: Ionic)


Cordova ist eine Sammlung von JavaScript APIs, für den Zugriff auf die nativen APIs eines mobilen Devices.


PhoneGap ist eine Distribution von Apache Cordova.