具体代码可以参看我在 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
网友评论