更新时间:2021-07-09 21:42:09
coverpage
Meteor Design Patterns
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Getting Started with Meteor
CoffeeScript for Meteor
Jade for Meteor
Stylus for Meteor
Templates helpers and events
The event loop and the merge box
The beginning of our online shop
Summary
Chapter 2. Publish and Subscribe Patterns
Template-level subscriptions
Database relationships
Publishing with relations
Aggregation publishers
External API publishers
Chapter 3. Front-end Patterns
Responsive design
Super helpers
Variable types
Forms
Loading data
Animations and transitions
SEO
Chapter 4. Application Patterns
Filtering and paging collections
Security
External APIs
Chapter 5. Testing Patterns
Behavior tests
Unit tests
Chapter 6. Deployment
Setting up Modulus
Setting up Compose
Setting up Kadira
Setting up an SSL certificate
Index