App.launchScreens(launchScreens) Set the launch screen images for your mobile app. Arguments
meteor search Searches for Meteor packages and releases, whose names contain the specified regular expression.
package.js api.use(packageNames, [architecture], [options])
spacebars Spacebars is a Meteor template language inspired by Handlebars
meteor shell When meteor shell is executed in an application directory where a server is already running, it connects to the server
Client Tracker.nonreactive(func) import { Tracker } from 'me
meteor lint Run through the whole build process for the app and run all linters the app uses. Outputs all build errors or linting warnings to
Anywhere Meteor.isCordova import { Meteor } from 'meteor/meteor'
Template instances A template instance object represents an occurrence of a template in the document. It can be used to access
Anywhere accountsClientOrServer.onLoginFailure(func)
Page 1 of 28