0.0.14 • Published 3 years ago
@creadiv-ui/core v0.0.14
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.