• meteor框架学习


    meteor

    js的全栈开发框架,官方的解释:

    Meteor makes it an order of magnitude simpler, and a lot more fun. You can build a complete application in a weekend, or a sufficiently caffeinated hackathon. No longer do you need to provision server resources, or deploy API endpoints in the cloud, or manage a database, or wrangle an ORM layer, or swap back and forth between JavaScript and Ruby, or broadcast data invalidations to clients.

    用Meteor可以使应用的构建变得更加轻量、有趣。你可以在一周时间完成app应用。无需服务器端资源,app的云部署、无需担心数据库管理、orm层争论、亦或在js和ruby之间来回切换、或者是向客户端渲染数据失败问题。

    meteor集成了mongodb、nodejs、angular、react,属于一种快速开发框架。

    安装

    win版下载地址:https://install.meteor.com/windows,一路安装就行了!

    1、创建应用并运行:

    安装完成后,进入任意工作目录,执行命令创建应用:

    meteor create myapp

    运行:

    cd myapp
    meteor

    默认端口为3000,访问:

    meteor自带一个云部署功能,比较厉害,直接执行命令:

    meteor deploy <site>

    其中<site>可以为:yourSiteName.meteor.com

    比如我的直接为:http://cz.meteor.com,直接访问如下:

     

  • 相关阅读:
    python_6
    python_day4
    python_day3
    python_day2
    python
    python入门
    jQuery之前端国际化jQuery.i18n.properties
    转载!网页中插入百度地图
    jQuery.validate 中文API
    Web移动端Fixed布局的解决方案
  • 原文地址:https://www.cnblogs.com/vipzhou/p/5080149.html
Copyright © 2020-2023  润新知