Meteor Cookbook
eBook - ePub

Meteor Cookbook

Isaac Strack

Partager le livre
  1. 364 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Meteor Cookbook

Isaac Strack

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Meteor Cookbook est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Meteor Cookbook par Isaac Strack en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Computer Science et Application Development. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2015
ISBN
9781783280292

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...

Table des matiĂšres