1.0.2 • Published 6 years ago

@opuscapita/react-layouts v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
6 years ago

react-layouts

Demo

Installation

npm install --save @opuscapita/react-layouts

Development

  • Run npm install to get the project's dependencies
  • Run npm run build to produce minified version of the library
  • Run npm run dev to produce development version of the library.
  • Run npm run test to run tests
  • Run npm run docs to run generate examples

Development workflow

  • Run npm run docs
  • Open docs/index.html

    Or

  • Run npm run hot

  • Open http://localhost:5555/

Contributing

  • Make a new branch for the changes
  • Update CHANGELOG.md file
  • Commit changes (not lib)
  • Make a pull request

Creating a new release

  • Run npm version [major|minor|patch] Info
  • Run npm publish