Files
meteor/docs/client/packages.html
David Greenspan 32f6edc624 Deprecate amplify,backbone,bootstrap,d3
packages/deprecated/README:

```
These packages are no longer actively maintained by MDG.  Seek
community alternatives instead.

Note that these packages still exist in atmosphere, and you can still
build a package that depends on one of them by specifying an explicit
package version.
```

Nothing technically prevents us from publishing further versions of these packages (like the ones in packages/non-core).
2014-09-25 11:02:34 -07:00

40 lines
848 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_accounts_ui}}
{{> pkg_appcache}}
{{> pkg_audit_argument_checks}}
{{> pkg_browser_policy}}
{{> pkg_coffeescript}}
{{> pkg_fastclick}}
{{> pkg_force_ssl}}
{{> pkg_jquery}}
{{> pkg_less}}
{{> pkg_oauth_encryption}}
{{> pkg_random}}
{{> pkg_spiderable}}
{{> pkg_stylus}}
{{> pkg_showdown}}
{{> pkg_underscore}}
{{> pkg_webapp}}
{{/markdown}}
</template>