Verdaccio UI is a theme plugin build in React, Flow and Emotion. It uses Jest and Enzyme for Unit testing.
We use >=yarn@1.13.0
, keep on mind we use lock file.
For development run the following command, it will execute webpack
and verdaccio
to
yarn dev
The configuration file is located on tools/_config.yaml
.
Run linting tooling and test to check your code is clean before commit.
⚠️ The development mode just emulate interaction of the UI development with a real verdaccio server, but it is not the real integration. UI is just a theme plugin dependency in the Verdaccio project.
Don't forget run the following commands before commit and push your code, it will save you time.
yarn lint && yarn test
Remember we follow the the Conventional Commits specification.
🤓 Feel free to participate in code reviews, let us know if you want to participate in this plugin.
Additionally, we recommend run E2E testing before push and verify your changes do not break anything. These command will run in our CI anyway.
yarn build && yarn test:e2e
yarn build
will build with webpack the production files.
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
Thank you to all our backers! 🙏 [Become a backer]
This project exists thanks to all the people who contribute.
If you have any issue you can try the following options, do no desist to ask or check our issues database, perhaps someone has asked already what you are looking for.
Verdaccio is MIT licensed