0.0.2 • Published 3 years ago
@cubox/react-components v0.0.2
Cubox React Components
contains some base components which could be reused across cubox react projects
Make a new component
- start storybook with
npm run storybook - write new components under
src/components - write new stories under
src/stories - build components with
npm run build
note: this repo contains dist folder, the compiled output is needed
npm install from private gitlab repo
With SSH git+ssh://git@git.mydomain.com:Username/Repository#{branch|tag}
With HTTPS git+https://git@git.mydomain.com/Username/Repository#{branch|tag}
-With HTTPS and deploy token git+https://:@gitlab.com/Username/Repository#{branch|tag}