evident-ui-components
v1.4.2
Published
"ui-kit"
Downloads
114
Maintainers
Readme
evident-ui-component
Ui-kit based on react components
Before start you need to install npm packages by runing npm install
After installing npm packages run npm start
About publishing you can learn short tutorial here
In our case publishing is done by these steps
- commit ready code -> push ready code, dont forget increase version by one point in package.json for example if current version is 1.0.0, you need before commit increase version to 1.0.1
- generate dist folder by building project, by running command npm run prod
- sign in from terminal in npm portal by running command npm login
- publish builded project to npm by running command npm publish
- you can see library here