File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ the stable release; consider backing up your database before upgrading):
1919meteor add msgfmt:core@2.0.0-preview.19 # 2016-03-09
2020meteor add msgfmt:extract@2.0.0-preview.13 # 2016-03-09
2121meteor add msgfmt:ui@2.0.0-preview.9 # 2016-01-27
22- meteor add msgfmt:react # 2016-03-14 (v2.0.0)
22+
23+ meteor add msgfmt:react # 2016-03-14 (v2.0.0) - Meteor 1.3+
24+ meteor add msgfmt:react@2.0.0-meteor12 # 2016-03-14 (v2.0.0) - Meteor 1.2
2325```
2426
2527If you don't want the UI translator on production (i.e. no crowd translation),
Original file line number Diff line number Diff line change 1+ # This file contains information which helps Meteor properly upgrade your
2+ # app when you run 'meteor update'. You should check it into version control
3+ # with your project.
4+
5+ notices-for-0.9.0
6+ notices-for-0.9.1
7+ 0.9.4-platform-file
8+ notices-for-facebook-graph-api-2
9+ 1.2.0-standard-minifiers-package
10+ 1.2.0-meteor-platform-split
11+ 1.2.0-cordova-changes
12+ 1.2.0-breaking-changes
Original file line number Diff line number Diff line change 1+ local
Original file line number Diff line number Diff line change 1+ # This file contains a token that is unique to your project.
2+ # Check it into your repository along with the rest of this directory.
3+ # It can be used for purposes such as:
4+ # - ensuring you don't accidentally deploy one app on top of another
5+ # - providing package authors with aggregated statistics
6+
7+ 3knrvvkivic714o3fuf
Original file line number Diff line number Diff line change 1+ # Meteor packages used by this project, one per line.
2+ # Check this file (and the other files in this directory) into your repository.
3+ #
4+ # 'meteor add' and 'meteor remove' will edit this file for you,
5+ # but you can also edit it by hand.
6+
7+ meteor-base # Packages every Meteor app needs to have
8+ mobile-experience # Packages for a great mobile UX
9+ mongo # The database Meteor supports right now
10+ blaze-html-templates # Compile .html files into Meteor Blaze views
11+ session # Client-side reactive dictionary for your app
12+ jquery # Helpful client-side library
13+ tracker # Meteor's client-side reactive programming library
14+
15+ standard-minifiers # JS/CSS minifiers run for production mode
16+ es5-shim # ECMAScript 5 compatibility for older browsers.
17+ ecmascript # Enable ECMAScript2015+ syntax in app code
18+
19+ #autopublish # Publish all data to the clients (for prototyping)
20+ #insecure # Allow all DB writes from clients (for prototyping)
21+
22+ react
23+ msgfmt:core
24+ msgfmt:react
Original file line number Diff line number Diff line change 1+ server
2+ browser
Original file line number Diff line number Diff line change 1+ METEOR@1.2.1
Original file line number Diff line number Diff line change 1+ amplify@1.0.0
2+ autoupdate@1.2.4
3+ babel-compiler@5.8.24_1
4+ babel-runtime@0.1.4
5+ base64@1.0.4
6+ binary-heap@1.0.4
7+ blaze@2.1.3
8+ blaze-html-templates@1.0.1
9+ blaze-tools@1.0.4
10+ boilerplate-generator@1.0.4
11+ caching-compiler@1.0.0
12+ caching-html-compiler@1.0.2
13+ callback-hook@1.0.4
14+ check@1.1.0
15+ coffeescript@1.0.11
16+ cosmos:browserify@0.9.4
17+ ddp@1.2.2
18+ ddp-client@1.2.1
19+ ddp-common@1.2.2
20+ ddp-server@1.2.2
21+ deps@1.0.9
22+ diff-sequence@1.0.1
23+ djedi:sanitize-html@1.11.2
24+ djedi:sanitize-html-client@1.11.2
25+ ecmascript@0.1.6
26+ ecmascript-runtime@0.2.6
27+ ejson@1.0.7
28+ es5-shim@4.1.14
29+ fastclick@1.0.7
30+ geojson-utils@1.0.4
31+ hot-code-push@1.0.0
32+ html-tools@1.0.5
33+ htmljs@1.0.5
34+ http@1.1.1
35+ id-map@1.0.4
36+ jag:pince@0.0.6
37+ jquery@1.11.4
38+ jsx@0.2.3
39+ launch-screen@1.0.4
40+ livedata@1.0.15
41+ logging@1.0.8
42+ meteor@1.1.10
43+ meteor-base@1.0.1
44+ meteorhacks:inject-initial@1.0.3
45+ minifiers@1.1.7
46+ minimongo@1.0.10
47+ mobile-experience@1.0.1
48+ mobile-status-bar@1.0.6
49+ mongo@1.1.3
50+ mongo-id@1.0.1
51+ msgfmt:core@2.0.0-preview.19
52+ msgfmt:react@2.0.0-meteor12
53+ npm-mongo@1.4.39_1
54+ observe-sequence@1.0.7
55+ ordered-dict@1.0.4
56+ promise@0.5.1
57+ raix:eventemitter@0.1.3
58+ random@1.0.5
59+ react@0.14.3
60+ react-meteor-data@0.2.4
61+ react-runtime@0.14.4
62+ react-runtime-dev@0.14.4
63+ react-runtime-prod@0.14.4
64+ reactive-dict@1.1.3
65+ reactive-var@1.0.6
66+ reload@1.1.4
67+ retry@1.0.4
68+ routepolicy@1.0.6
69+ session@1.1.1
70+ spacebars@1.0.7
71+ spacebars-compiler@1.0.7
72+ standard-minifiers@1.0.2
73+ templating@1.1.5
74+ templating-tools@1.0.0
75+ tracker@1.0.9
76+ ui@1.0.8
77+ underscore@1.0.4
78+ url@1.0.5
79+ webapp@1.2.3
80+ webapp-hashing@1.0.5
Original file line number Diff line number Diff line change 1+ /* CSS declarations go here */
Original file line number Diff line number Diff line change 1+ < head >
2+ < title > meteor12-test</ title >
3+ </ head >
4+
5+ < body >
6+ < div id ="render-target "> </ div >
7+ </ body >
You can’t perform that action at this time.
0 commit comments