## React组件嵌入到 TalentJS(Backbone)项目中


1. npm i 
2. 安装组件 `npm i -S '组件名称'`
3. 在main.js引入此文件
4. 本地编译： `npm run build-prod`
5. `npm run commit`
6.  查看版本号 git tag 
7.  `git tag 版本号`
8. git push --tag
9. 进入 tms-bti、tms-setreport的package.json的文件修改 `@beisen/biui` 的版本号
10. npm run commit 

> 提交后，如果未看到效果，在app/scripts/views下的任何一个文件中，加入空格，后提交
