前端移动端框架如何推动数字化转型与创新发展
560
2022-10-24
Meteor是构建现代Web应用程序的超简单环境
Meteor is an ultra-simple environment for building modern web applications.
With Meteor you write apps:
in modern JavaScriptthat send data over the wire, rather than HTMLusing your choice of popular open-source libraries
Try a getting started tutorial:
ReactBlazeAngularVueSvelte
Next, read the guide and the documentation.
Quick Start
On Windows, the installer can be found at https://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-meteormeteor
Developer Resources
Building an application with Meteor?
Deploy on Galaxy hosting: https://meteor.com/hostingAnnouncement list: sign up at https://meteor.com/Having problems? Ask for help at: https://stackoverflow.com/questions/tagged/meteorDiscussion forums: https://forums.meteor.com/Join the Meteor community Slack by clicking this invite link.
Interested in helping or contributing to Meteor? These resources will help:
Core development guideContribution guidelinesFeature requestsIssue tracker
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.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~