mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
34 lines
744 B
HTML
34 lines
744 B
HTML
<template name="packages">
|
|
{{#markdown}}
|
|
|
|
<h1 id="packages">Packages</h1>
|
|
|
|
Meteor supports a variety of add-on packages and third party
|
|
libraries. While you can build great applications using only the Meteor
|
|
core functionality, optional packages can make development even faster
|
|
and better.
|
|
|
|
Packages can be added to a Meteor project with:
|
|
|
|
$ meteor add <package_name>
|
|
|
|
and removed with:
|
|
|
|
$ meteor remove <package_name>
|
|
|
|
Meteor Development Group maintains the following packages:
|
|
{{> pkg_appcache}}
|
|
{{> pkg_accounts_ui}}
|
|
{{> pkg_audit_argument_checks}}
|
|
{{> pkg_coffeescript}}
|
|
{{> pkg_jquery}}
|
|
{{> pkg_less}}
|
|
{{> pkg_oauth_encryption}}
|
|
{{> pkg_random}}
|
|
{{> pkg_showdown}}
|
|
{{> pkg_underscore}}
|
|
{{> pkg_webapp}}
|
|
|
|
{{/markdown}}
|
|
</template>
|