Meteor + React 初体验:Score Keep
2017-10-16 本文已影响26人
与蟒唯舞
![](https://img.haomeiwen.com/i2733312/0f3b50787a76361e.png)
具体代码可以参看我在 github 上的 score-keep 仓库
添加扩展 fourseven:scss:
meteor add fourseven:scss
安装 react:
meteor npm install react@15.3.2 react-dom@15.3.2 --save
安装第三方包:
- prop-types:Runtime type checking for React props and similar objects.
- Numeral.js:A javascript library for formatting and manipulating numbers.
- [react-flip-move]:Effortless animation between DOM changes using the FLIP technique.
meteor npm install prop-types numeral react-flip-move --save