@raisehq/components
TypeScript icon, indicating that this package has built-in type declarations

0.1.61 • Public • Published

Quick Start

yarn

Setup lerna and download packages. NPM does NOT work.

yarn run dev:int

Runs the project in development/watch mode. Your project will be rebuilt upon changes. TSDX has a special logger for your convenience. Error messages are pretty printed and formatted for compatibility VS Code's Problems tab. Your library will be rebuilt if you make edits.

yarn run dev-all:int

Compiles all components (onboarding included) and starts the watcher.

npm run build or yarn build

Bundles the package to the dist folder. The package is optimized and bundled with Rollup into multiple formats (CommonJS, UMD, and ES Module).

npm run storybook

Start the storybook in watch mode.

npm test or yarn test

Runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.

npm run lint or yarn lint

Runs Eslint with Prettier on .ts and .tsx files. If you want to customize eslint you can add an eslint block to your package.json, or you can run yarn lint --write-file and edit the generated .eslintrc.js file.

npm publish

Publish the package to NPM registry. You must be logged first to npm cli.

Readme

Keywords

none

Package Sidebar

Install

npm i @raisehq/components

Weekly Downloads

35

Version

0.1.61

License

MIT

Unpacked Size

2.07 MB

Total Files

414

Last publish

Collaborators

  • damarnezht
  • franky_armengol
  • gastonhero
  • kartojal
  • pol-raise
  • raisemaster