Meteor是构建现代Web应用程序的超简单环境

网友投稿 524 2022-10-24

Meteor是构建现代Web应用程序的超简单环境

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小时内删除侵权内容。

上一篇:一个基于开源项目you-get和youtube-dl的GUI程序
下一篇:Kruise - 在Kubernetes上自动化应用程序工作负载管理
相关文章

 发表评论

暂时没有评论,来抢沙发吧~