React Bootstrap Components为 ReactJS 构建的 Bootstrap 组件
React Bootstrap Components 是一套用于构建 ReactJS 项目的 Bootstrap 组件
示例
安装
npm
npm install --save bootstrap-components
yarn
yarn add bootstrap-components
启动 Demo 应用
git clone https://github.com/axiom-team/bootstrap-components
cd bootstrap-components
yarn install
开发模式
yarn start
生产模式
yarn prod
评论