@creadiv-ui/core
v0.0.14
Published
Welcome to Creadiv UI Kit
Downloads
7
Readme
CreaDiv UI Kit
Welcome to Creadiv UI Kit
You can see more in Gitlab Adddress.
Start
Run yarn start
to start in development side.
Build
First go to root directory and then run yarn build core
to build the project.
Publish
When you built the changes, a folder named dist
will be create in the root directory, run cd ./dist/libs/core
and then run npm publish
to publish package.
Generate a component
Run nx g @nrwl/react:component my-component --project=core --export
to generate a new component.