Skip to content

Latest commit

 

History

History
142 lines (100 loc) · 2.56 KB

new-kevin-lecture.md

File metadata and controls

142 lines (100 loc) · 2.56 KB

Kevin Lecture 3.14

Tools

Macbook 开发机

Sublime Text 编辑器

Webstorm 开发环境

Robomongo 数据库管理后台

Github 代码版本管理

Chrome 浏览器

Video

maizi

youku

Book

Discover Meteor 中文版免费

英文资源

INSTALL

  • meteor --version Meteor 1.0.3.2

Example

Debug

Inspect Elements

Tabs

  • Elements
  • Network
  • Sources
  • Console

Leaderboard

View

  • Add 5 points
  • Realtime
  • Data Sync

Data

  • Players.find
  • Players.findOne

Re-active

  • Session.get
  • Session.set

Tricks

  • Roles package
  • MONGO_URL=compose.io:9868 meteor

Tsinghua

  • meteor create tsinghua
  • hot-code push

localmarket

  • meteor create --example localmarket

famou.us

atmosphere

ionic framework

meteor-ionic

Code

autoform

autoform-file

  • yogiben:autoform-file

SimpleSchema

CoffeeScript

  • meteor add coffeescript

Req example

  • 缺省的是按文件名的字母顺序
  • lib 目录下的js最先加载
  • public 下的内容 /img/app/pic.jpg
  • resources 不是给client端,是给mobile app用来build in
  • packages 是自己写的 package
  • package 下面的根据 add 的顺序

Cordova

Meteor Up

Compose.io