mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
7a6ee9e129eda0ef7082e8d0c3f2bb0e4cf2a845
We accidentally published changes to webapp that should have been restricted to Meteor 1.10 as part of the 1.8.1 version. This commit reverts commits to packages/webapp since Meteor 1.9, so that we can republish the 1.8.0 content as version 1.8.2. We will then bump the webapp version to 1.9.0 on the release-1.10 branch and publish the new content only on that branch. Revert "Allow to exclude web architectures in development mode (#10824)" This reverts commita205967186. Revert "Updates cordova-plugin-meteor-webapp to 1.7.1" This reverts commita1e4d27822. Revert "Update cordova-plugin-wkwebview-engine to 1.2.1." This reverts commit3f9a69d7c4. Revert "Update cordova-plugin-whitelist to 1.3.4." This reverts commit979273333b. Revert "Update cordova-plugin-meteor-webapp to 1.7.1-beta.1." This reverts commit565c4254f1. Revert "Update accounts-password to version 1.5.2." This reverts commitb827d1da2f.
Meteor is an ultra-simple environment for building modern web applications.
With Meteor you write apps:
- in modern JavaScript
- that send data over the wire, rather than HTML
- using your choice of popular open-source libraries
Try a getting started tutorial:
Next, read the guide and the documentation.
Quick Start
On Windows, the installer can be found at https://www.meteor.com/install.
On Linux/macOS, use this line:
curl https://install.meteor.com/ | sh
Create a project:
meteor create try-meteor
Run it:
cd try-meteor
meteor
Developer Resources
Building an application with Meteor?
- Announcement list: sign up at https://www.meteor.com/
- Having problems? Ask for help at: https://stackoverflow.com/questions/tagged/meteor
- Discussion forums: https://forums.meteor.com/
Interested in helping or contributing to Meteor? These resources will help:
We are hiring! Visit meteor.io/jobs to learn more about working full-time on the Meteor project.
Uninstalling Meteor
Aside from a short launcher shell script, Meteor installs itself inside your home directory. To uninstall Meteor, run:
rm -rf ~/.meteor/
sudo rm /usr/local/bin/meteor
On Windows, just run the uninstaller from your Control Panel.
Languages
JavaScript
91.1%
TypeScript
3.9%
Shell
0.9%
Java
0.7%
Swift
0.7%
Other
2.5%
