JSPM

  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q23686F
  • License MIT

The Capital Prawn widget library.

Package Exports

  • @capital-prawn/workbench

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@capital-prawn/workbench) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Capital Prawn

Workbench

A react widget library for all your frontend needs.

Quickstart · Report Bug · Request Feature



Getting Started

To run your Storybook, type:

$ npm run storybook # or "npm run sb"

To build your Storybook after you make changes, run:

$ npm run build-storybook # or "npm run bsb"

For more information visit: https://storybook.js.org



Automatic Versioning

To bump the version, get to a clean working directory the run:

$ bump [major | minor | patch] # bumps the version, pushes a commit, and publishes package


Advanced Usage

To start the development server, run:

$ npm run dev

To build the app for production, run:

$ npm run build

To run the built app in production mode, run:

$ npm start