Meteor Cookbook
eBook - ePub

Meteor Cookbook

Isaac Strack

Condividi libro
  1. 364 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Meteor Cookbook

Isaac Strack

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Meteor Cookbook è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Meteor Cookbook di Isaac Strack in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Computer Science e Application Development. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

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

Indice dei contenuti