书栈网 · BookStack 本次搜索耗时 0.043 秒,为您找到 162 个相关结果.
  • Accounts

    844 2020-01-12 《Meteor API Docs 1.8》
    Accounts Meteor.user() Meteor.userId() Meteor.users Meteor.loggingIn() Meteor.logout([callback]) Arguments Meteor.logoutOtherClients([callback]) Arguments Meteor.loginWith...
  • Build System

    979 2020-01-12 《Meteor Guide 1.8》
    Build System What does it do? Reloads app on file change Compiles files with build plugins Controlling which files to build Combines and minifies code Development vs. productio...
  • modules

    592 2020-01-12 《Meteor API Docs 1.8》
    modules Enabling modules Basic syntax ES2015 CommonJS CoffeeScript Modular application structure Modular package structure Lazy loading modules from a package Local node_mo...
  • Writing Atmosphere Packages

    616 2020-01-12 《Meteor Guide 1.8》
    Writing Atmosphere Packages Adding files and assets Adding JavaScript Adding CSS Adding Sass, Less, or Stylus mixins/variables Adding other assets Exporting Dependencies Atmo...
  • Testing

    638 2020-01-12 《Meteor Guide 1.8》
    Testing Introduction Types of tests Challenges of testing in Meteor The ‘meteor test’ command Driver packages Recommended: Mocha Test Files Test data Generating test data M...
  • Methods

    464 2020-01-12 《Meteor Guide 1.8》
    Methods What is a Method? Defining and calling Methods Basic Method Defining Calling Advanced Method boilerplate Defining Calling Advanced Methods with mdg:validated-method ...
  • Publish and subscribe

    1065 2020-01-12 《Meteor API Docs 1.8》
    Publish and subscribe Meteor.publish(name, func) Arguments this.userId this.added(collection, id, fields) Arguments this.changed(collection, id, fields) Arguments this.remov...
  • Session

    467 2020-01-12 《Meteor API Docs 1.8》
    Session Session.set(key, value) Arguments Session.setDefault(key, value) Arguments Session.get(key) Arguments Session.equals(key, value) Arguments Session Documentatio...
  • Package.js

    826 2020-01-12 《Meteor API Docs 1.8》
    Package.js Package.describe(options) Options Package.onUse(func) Arguments api.versionsFrom(meteorRelease) Arguments api.use(packageNames, [architecture], [options]) Argumen...
  • bundle-visualizer

    478 2020-01-12 《Meteor API Docs 1.8》
    bundle-visualizer How it works Requirements Usage Enabling Viewing Disabling bundle-visualizer Documentation of Meteor's bundle-visualizer package. The bundle-visuali...