惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
Blog — PlanetScale
Blog — PlanetScale
阮一峰的网络日志
阮一峰的网络日志
M
MIT News - Artificial intelligence
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
博客园_首页
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
F
Fortinet All Blogs
腾讯CDC
罗磊的独立博客
IT之家
IT之家
I
InfoQ
V
V2EX
博客园 - 叶小钗
A
About on SuperTechFans
Y
Y Combinator Blog
C
Check Point Blog
量子位
Martin Fowler
Martin Fowler
Vercel News
Vercel News

Meteor

meteor 更新 1.7 后是不是原来项目无法在新版本运行了 Meteor 在国内无法安装包怎么办? 强烈建议、要求喜欢 Meteor 的同学们一起搞个 Meteor 社区吧 Meteor Mantra 介绍 使用 Meteor 开发一个社交网络 APP 面向 小白开发者 和 专业开发者 的 Meteor Meteor 创始人眼中的计算终端发展简史 我最近光说 Meteor 的好话了,为了更好的看清事物正反面,请大家帮忙来使劲儿拍、吐槽 Meteor 吧~ 一个围绕 Meteor 的微信公众号:两个圆点一条直线 第一届( 2016)中国 Meteor 技术峰会 meteor 框架适合用在互联网类平台吗 分享:最近在学 Meteor 结合 React,使用 FlowRouter 做路由和 react-layout 布局,以及 Semantic-UI 界面 玩 Meteor 踩过的陨石坑总结 试用了两天 Meteor 觉得很不错 用 Meteor 做了个站,大家可以来凑凑 有 V 友用 Meteor.js 做正式的产品吗?进来讨论一下 楼主是个偏执狂 Meteor 中文社区上线啦!! 请问 meteor build 出来的 iOS app 能够直接发布到 Appstore 吗? linux 下面使用 meteor build 不加 --debug 参数的话无法生成出 bundle。 CNAME 到 origin.meteor.com 的网站无法访问怎么破? Meteor 1.0 是不是应该成立一个 MeteorChina 社区呢?因为我发现连一份最新版的 Doc 翻译都没有。 很好奇 Meteorpedia 这个 wiki 是用什么软件驱动的? Band ~ Let`s play music together MeteorDay Kadira 一个超级简单版的 slack 2014 Meteor Challenge 还剩余 2 天 国内有多少 Meteor 开发者? Meteor News
meteor 6.0有什么新变化吗?
yakczh · 2013-04-05 · via Meteor

New version available: 0.6.0
downloading [=============================] 100%... finished download
Meteor has a brand new distribution system!
In this new system, code-named Engine, packages are downloaded
individually and on demand. But all of the packages in each official
Meteor release are prefetched and cached so you can still use Meteor
when you're on a plane or in a coffeeshop with no Wifi.
Also, every Meteor project is now pinned to a specific Meteor release,
so everyone on your team is always running the same code regardless of
what they have installed on their laptop. Whenever you run 'meteor',
Engine automatically fetches the needed release manifest, build tools,
smart packages, and npm dependencies into your local warehouse.
Removing your current installation.
Downloading Engine upgrade
######################################################################## 100.0%
Installing Meteor in your home directory (~/.meteor):
* 'meteor' build tool
* Package updates: absolute-url accounts-base accounts-facebook
account-github accounts-google accounts-oauth1-helper accounts-oauth2-helper
accounts-oauth-helper accounts-password accounts-twitter accounts-ui
accounts-ui-unstyled accounts-urls account-weibo amplify autopublish
backbone bootstrap code-prettify coffeescript d3 deps domutils ejson email
force-ssl handlebars htmljs http insecure jquery jquery-history
jquery-layout jquery-waypoints json jsparse less livedata liverange
localstorage-polyfill logging madewith meteor minimongo mongo-livedata
ordered-dict past preserve-inputs random reload routepolicy session showdown
spark spiderable srp startup stream stylus templating test-helpers
test-in-browser tinytest underscore universal-events
Writing a launcher script to /usr/local/bin/meteor for your convenience.
**************************************************************
*** Meteor is now installed at /usr/local/bin/meteor. ***
*** Run `hash -r` so that your shell notices it has moved. ***
**************************************************************
demo: updated to Meteor 0.6.0.
-- Notice --
0.6.0: Variables declared with `var` at the outermost level of a JavaScript
source file are now private to that file. Remove the `var` to share
a value between files.