The code package in Meteor is a bit special and is divided into five types

Source: Internet
Author: User
The code package in Meteor is a bit special and is divided into five types:
  • The Meteor core code itself is divided into core packages, each of which is included in each Meteor application, and you basically don't have to expend effort to maintain them.

  • Regular Meteor code packages are called "Isopack", or isomorphic code packages (isomorphic package, which means they can work on the server side as well as the client). The first class of code packages such as Accounts-ui or AppCache are maintained by the Meteor core team, bundled with Meteor.

  • Third-party code packages are other user-developed Isopack uploaded to Meteor's code package server. You can access the atmosphere or Meteor search commands to browse these code packages.

  • The local package is a self-developed code package that is saved in the/packages folder.
    The NPM Code Pack (NPM package) is a code bundle for node. js, although it cannot be used directly with Meteor, but can be used in several of the above code packages

The code package in Meteor is a bit special and is divided into five types

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.