Meteor Cookbook
eBook - ePub

Meteor Cookbook

Isaac Strack

Buch teilen
  1. 364 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

Meteor Cookbook

Isaac Strack

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist Meteor Cookbook als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu Meteor Cookbook von Isaac Strack im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Computer Science & Application Development. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Meteor Cookbook


Table of Contents

Meteor Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why Subscribe?
Free Access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Conventions
Reader feedback
Customer support
Downloading the example code
Downloading the color images of this book
Errata
Piracy
Questions
1. Optimizing Your Workflow
Introduction
Installing Meteor
Getting ready
How to do it...
How it works...
There's more...
Finding documentation for Meteor
How to do it…
How it works…
There's more…
Getting help with questions
How to do it…
How it works…
Stack Overflow
Meteor forums
The #meteor on IRC
There's more…
Setting up your project file structure
Getting ready
How to do it…
How it works…
client/server
main/lib
public/private
both
There's more…
See also
Setting up your development environment
Getting ready
How to do it…
How it works…
There's more…
See also
Using the web console
Getting ready
Safari
Firefox
Chrome
How to do it…
How it works…
There's more…
Deploying a test app to Meteor
Getting ready
How to do it…
How it works…
There's more…
See also
Deploying to Meteor using a CNAME redirect
Getting ready
How to do it…
How it works…
See also
Deploying to a custom hosted environment
Getting ready
How to do it…
How it works…
There's more…
See also
Deploying with Meteor Up (MUP)
Getting ready
How to do it…
How it works…
See also
Using CoffeeScript
Getting ready
How to do it…
How it works…
See also
Using CSS compilers
Getting ready
How to do it…
Using Stylus
Using Less
Using SCSS / SASS
How it works…
See also
2. Customizing with Packages
Introduction
Adding Meteor packages
Getting ready
How to do it...
How it works...
There's more…
See also
Removing Meteor packages
Getting ready
How to do it…
How it works…
There's more…
Discovering new packages with Atmosphere
Getting ready
How to do it…
How it works…
There's more…
See also
Creating a multipage application with Iron Router
Getting ready
How to do it…
How it works…
There's more…
See also
Building a custom package
Getting ready
How to do it…
How it works…
There's more…
See also
Using npm modules
Getting ready
How to do it…
How it works…
There's more…
See also
Publishing custom packages to Atmosphere
Getting ready
How to do it…
How it works…
There's more…
See also
3. Building Great User Interfaces
Introduction
Inserting templates with Spacebars
Getting ready
How to do it...
How it works...
There's more…
Inserting raw HTML using triple braces
Getting ready
How to do it…
How it works…
See also
Creating dynamic lists
Getting ready
How to do it…
How it works…
There's more…
See also
Building a smooth interface with Bootstrap
Getting ready
How to do it…
How it works…
There's more…
See also
Creating customized global helpers
Getting ready
How to do it…
How it works…
There's more…
See also
Creating custom components
Getting ready
How to do it…
How it works…
There's more…
See also
Using reactivity with HTML attributes
Getting ready
How to do it…
How it works…
See also
Using dynamic templates
Getting ready
How to do it...
How it works…
There's more…
See also
Animating DOM elements
Getting ready
How to do it...
How it works…
There's more…
See also
4. Creating Models
Introduction
Implementing a simple collection
Getting ready
How to do it...
How it works...
See also
Using the Session object
Getting ready
How to do it…
How it works…
There's more…
See also
Sorting with MongoDB queries
Getting ready
How to do it…
How it works…
There's more…
See also
Filtering with MongoDB queries
Getting ready
How to do it…
How it works…
There's more…
See also
Creating upsert MongoDB queries
Getting ready
How to do it…
How it works…
There's more…
See also
Implementing a partial collection
Getting ready
How to do it…
How it works…
There's more…
See also
5. Implementing DDP
Introduction
Reading the DDP stream
Getting ready
How to do it...
How it works...
There's more…
See also
Using client-only collections
Getting ready
How to do it…
How it works…
See also
Implementing multiserver DDP
Getting ready
How to do it…
How it works…
There's more…
See also
Integrating DDP with other technologies
Getting ready
How to do it…
How it works…
There's more…
See also
6. Mastering Reactivity
Introduction
Creating and consuming a reactive value
Getting ready
How to do it...
How it works...
There's more…
See also
Using Ajax query results in ReactiveVar
Getting ready
How to do it…
How it works…
See also
Making a custom library reactive
Getting ready
How to do it…
How it works…
See also
Updating Blaze templates without Mongo
Getting ready
H...

Inhaltsverzeichnis