mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 07:38:15 -05:00
144 lines
5.5 KiB
YAML
144 lines
5.5 KiB
YAML
title: Meteor Guide
|
|
subtitle: The Official Guide
|
|
github_repo: 'meteor/meteor'
|
|
edit_branch: 'devel'
|
|
edit_path: 'guide'
|
|
content_root: 'source'
|
|
versions:
|
|
- '2.16'
|
|
- '2.15'
|
|
- '2.14'
|
|
- '2.13'
|
|
- '2.12'
|
|
- '2.11'
|
|
- '2.10'
|
|
- '2.9'
|
|
- '2.8'
|
|
- '2.7'
|
|
- '2.6'
|
|
- '2.5'
|
|
- '2.4'
|
|
- '2.3'
|
|
- '2.2'
|
|
- '2.1'
|
|
- '2.0'
|
|
- '1.12'
|
|
- '1.11'
|
|
- '1.10'
|
|
- '1.9'
|
|
- '1.8'
|
|
- '1.7'
|
|
- '1.6'
|
|
- '1.5'
|
|
- '1.4'
|
|
- '1.3'
|
|
- '1.2'
|
|
versioned-netlify-redirects:
|
|
netlify_site_id: meteor-guide
|
|
|
|
logo:
|
|
title: Meteor
|
|
subtitle: Guide
|
|
|
|
sidebar_categories:
|
|
null:
|
|
- index
|
|
- code-style
|
|
- structure
|
|
- 2.14-migration
|
|
- 3.0-migration
|
|
- prepare-meteor-3.0
|
|
Data:
|
|
- collections
|
|
- data-loading
|
|
- methods
|
|
- accounts
|
|
- testing
|
|
- apollo
|
|
View:
|
|
- routing
|
|
- ui-ux
|
|
- blaze
|
|
- react
|
|
- angular
|
|
- vue
|
|
Integrations:
|
|
- flowbite
|
|
Mobile:
|
|
- cordova
|
|
- react-native
|
|
- hot-code-push
|
|
Build:
|
|
- atmosphere-vs-npm
|
|
- using-atmosphere-packages
|
|
- writing-atmosphere-packages
|
|
- using-npm-packages
|
|
- writing-npm-packages
|
|
- build-tool
|
|
Production:
|
|
- security
|
|
- deployment
|
|
- performance-improvement
|
|
- using-node-v14.21.4
|
|
Meta:
|
|
- CONTRIBUTING
|
|
- CHANGELOG
|
|
|
|
nav_links:
|
|
'Guide':
|
|
active: true
|
|
|
|
url: http://guide.meteor.com/
|
|
|
|
redirects:
|
|
'/using-packages.html': atmosphere-vs-npm.html
|
|
'/using-packages.html#npm': using-npm-packages.html
|
|
'/using-packages.html#client-npm': using-npm-packages.html#client-npm
|
|
'/using-packages.html#installing-npm': using-npm-packages.html#installing-npm
|
|
'/using-packages.html#using-npm': using-npm-packages.html#using-npm
|
|
'/using-packages.html#npm-styles': using-npm-packages.html#npm-styles
|
|
'/using-packages.html#npm-shrinkwrap': using-npm-packages.html#npm-shrinkwrap
|
|
'/using-packages.html#atmosphere': using-atmosphere-packages.html
|
|
'/using-packages.html#atmosphere-searching': using-atmosphere-packages.html#atmosphere-searching
|
|
'/using-packages.html#atmosphere-naming': using-atmosphere-packages.html#atmosphere-naming
|
|
'/using-packages.html#installing-atmosphere': using-atmosphere-packages.html#installing-atmosphere
|
|
'/using-packages.html#using-atmosphere': using-atmosphere-packages.html#using-atmosphere
|
|
'/using-packages.html#importing-atmosphere-styles': using-atmosphere-packages.html#importing-atmosphere-styles
|
|
'/using-packages.html#peer-npm-dependencies': using-atmosphere-packages.html#peer-npm-dependencies
|
|
'/using-packages.html#package-namespacing': using-atmosphere-packages.html#package-namespacing
|
|
'/using-packages.html#async-callbacks': using-npm-packages.html#async-callbacks
|
|
'/using-packages.html#bind-environment': using-npm-packages.html#bind-environment
|
|
'/using-packages.html#wrap-async': using-npm-packages.html#wrap-async
|
|
'/using-packages.html#promises': using-npm-packages.html#promises
|
|
'/using-packages.html#overriding-packages': writing-npm-packages.html#overriding-npm-packages
|
|
'/using-packages.html#npm-overriding': writing-npm-packages.html#overriding-npm-packages
|
|
'/using-packages.html#atmosphere-overriding': writing-atmosphere-packages.html#overriding-atmosphere-packages
|
|
'/using-packages.html#npm-shrinkpack': using-npm-packages.html#npm-shrinkpack
|
|
'/writing-packages.html': writing-atmosphere-packages.html
|
|
'/writing-packages.html#npm-vs-atmosphere': atmosphere-vs-npm.html
|
|
'/writing-packages.html#creating-npm': writing-npm-packages.html
|
|
'/writing-packages.html#including-in-app': writing-npm-packages.html#including-in-app
|
|
'/writing-packages.html#publishing-npm': writing--packages.html#publishing-npm
|
|
'/writing-packages.html#creating': writing-atmosphere-packages.html
|
|
'/writing-packages.html#adding-files': writing-atmosphere-packages.html#adding-files
|
|
'/writing-packages.html#adding-javascript': writing-atmosphere-packages.html#adding-javascript
|
|
'/writing-packages.html#adding-css': writing-atmosphere-packages.html#adding-css
|
|
'/writing-packages.html#adding-style': writing-atmosphere-packages.html#adding-style
|
|
'/writing-packages.html#adding-assests': writing-atmosphere-packages.html#adding-assets
|
|
'/writing-packages.html#exporting': writing-atmosphere-packages.html#exporting
|
|
'/writing-packages.html#dependencies': writing-atmosphere-packages.html#dependencies
|
|
'/writing-packages.html#atmosphere-dependencies': writing-atmosphere--packages.html#atmosphere-dependencies
|
|
'/writing-packages.html#meteor-version-dependencies': writing-atmosphere-packages.html#meteor-version-dependencies
|
|
'/writing-packages.html#version-constraints': writing-atmosphere-packages.html#version-constraints
|
|
'/writing-packages.html#npm-dependencies': writing-atmosphere-packages.html#npm-dependencies
|
|
'/writing-packages.html#peer-npm-dependencies': writing-atmosphere-packages.html#peer-npm-dependencies
|
|
'/writing-packages.html#cordova-plugins': writing-atmosphere-packages.html#cordova-plugins
|
|
'/writing-packages.html#testing': writing-atmosphere-packages.html#testing
|
|
'/writing-packages.html#testing-with-peer-dependencies': writing-atmosphere-packages.html#testing-with-peer-dependencies
|
|
'/writing-packages.html#local-vs-published': writing-atmosphere-packages.html#local-vs-published
|
|
'/writing-packages.html#build-plugins': build-tool.html#build-plugins
|
|
'/writing-packages.html#types-of-build-plugins': build-tool.html#types-of-build-plugins
|
|
'/writing-packages.html#writing-build-plugins': build-tool.html#writing-build-plugins
|
|
'/writing-packages.html#caching-build-plugins': build-tool.html#caching-build-plugins
|
|
'/testing.html#simple-unit-test': testing.html#simple-blaze-unit-test
|