@opuscapita/react-layouts
v1.0.2
Published
OpusCapita react layouts
Maintainers
Keywords
Readme
react-layouts
Demo
Installation
npm install --save @opuscapita/react-layoutsDevelopment
- Run
npm installto get the project's dependencies - Run
npm run buildto produce minified version of the library - Run
npm run devto produce development version of the library. - Run
npm run testto run tests - Run
npm run docsto run generate examples
Development workflow
Run
npm run docsOpen
docs/index.htmlOr
Run
npm run hotOpen
http://localhost:5555/
Contributing
- Make a new branch for the changes
- Update
CHANGELOG.mdfile - Commit changes (not
lib) - Make a pull request
Creating a new release
- Run
npm version [major|minor|patch]Info - Run
npm publish
