qs-cp
v1.1.35
Published
Component Library For Quantspark
Downloads
22
Readme
Quantspark Component Library
Installation
npm install qs-cp
Local Installation (For development purposes)
In the root folder run: npm install
Creating a New Component
To automatically create a new component run:
./createComponent.sh <ComponentName>
Visualise Components in StoryBook
In the root folder run npm run storybook
To build an static version to be deployed run npm run build-storybook
Run Tests
Build Bundle
The build command will trigger rollup and create a deployable bundle to be sent to the NPM register.
npm run build