UNPKG

@coreui/react

Version:

CoreUI React Bootstrap 4 components

40 lines (29 loc) 1.77 kB
## @coreui/react v2 for [CoreUI for React](https://coreui.io/react/) [![npm package][npm-badge]][npm] [![npm next][npm-next]][npm] [![NPM downloads][npm-download]][npm] [![Travis][build-badge]][build] [![Coveralls][coveralls-badge]][coveralls] [build-badge]: https://img.shields.io/travis/user/repo/master.png?style=flat-square [build]: https://travis-ci.org/user/repo [npm-badge]: https://img.shields.io/npm/v/@coreui/react.png?style=flat-square [npm-next]: https://img.shields.io/npm/v/@coreui/react/next.png?style=flat-square [npm]: https://www.npmjs.com/package/@coreui/react [npm-download]: https://img.shields.io/npm/dm/@coreui/react.svg?style=flat-square [coveralls-badge]: https://img.shields.io/coveralls/user/repo/master.png?style=flat-square [coveralls]: https://coveralls.io/github/user/repo [circleci-badge]: https://circleci.com/gh/coreui/react/tree/master.svg?style=shield [circleci]: https://circleci.com/gh/coreui/react/tree/master.svg?style=shield - bootstrapped with [nwb](https://github.com/insin/nwb) toolkit #### `npm run` scripts `package.json` is configured with `"scripts"` we can use with `npm run` while developing the project. Command | Description | --- | --- `npm start` | start a development server for the demo app `npm test` | run tests `npm run test:coverage` | run tests and produce a code coverage report in `coverage/` `npm run test:watch` | start a test server and re-run tests on every change `npm run build` | prepare for publishing to npm `npm run clean` | delete built resources #### see also: - [Developing React Components and Libraries with nwb](https://github.com/insin/nwb/blob/master/docs/guides/ReactComponents.md#developing-react-components-and-libraries-with-nwb)