1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-01 09:01:37 +07:00
Amazing and stunning Verdaccio UI (React) https://verdaccio.org
Go to file
Juan Picado @jotadeveloper 6570e3fba1
chore: add snyk as an action (#230)
2020-01-19 09:46:48 +01:00
.circleci chore: test publish 2019-12-14 15:05:36 +01:00
.github chore: add snyk as an action (#230) 2020-01-19 09:46:48 +01:00
.vscode build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 (#383) 2019-12-18 17:54:27 -03:00
config feat: migrating flow to typescript (#47) 2019-06-20 14:37:28 +02:00
jest fix: generate correct registry URL (#413) 2020-01-09 06:12:50 +01:00
lib feat: migrating flow to typescript (#47) 2019-06-20 14:37:28 +02:00
partials/storage feat: update material-ui@4.x (#123) 2019-08-31 02:02:46 -07:00
scripts feat: migrating flow to typescript (#47) 2019-06-20 14:37:28 +02:00
src chore(build): add missing export (#417) 2020-01-14 07:43:31 +01:00
test feat: login Dialog Component - Replaced class by func. comp + added react-hook-form (#341) 2019-12-06 18:09:01 +01:00
tools fix: reload packages on log in (#421) 2020-01-14 07:16:39 +01:00
types Feat: added "Fund this package" button (#375) 2019-12-18 17:30:42 -03:00
.babelrc chore: enable optional chaining and nullish (#306) 2019-11-23 20:15:14 +01:00
.editorconfig initial commit 2019-02-03 17:04:42 +01:00
.eslintignore feat: new not found component (#170) 2019-10-12 13:23:14 +02:00
.eslintrc feat: login Dialog Component - Replaced class by func. comp + added react-hook-form (#341) 2019-12-06 18:09:01 +01:00
.gitignore feat: new not found component (#170) 2019-10-12 13:23:14 +02:00
.npmignore fix: pattern allow yarn to add all files on pack (#50) 2019-05-07 20:40:08 +02:00
.nvmrc chore: update dependencies 2019-08-10 20:32:35 +02:00
.prettierrc chore: fix Prettier and Stylelint glob expansion for Windows 2019-09-11 15:53:57 +02:00
.secrets-baseline chore: add detect-secrets deps 2019-09-29 20:20:10 +02:00
.sonarcloud.properties test: add SonarCloud (#408) 2020-01-03 21:51:40 +01:00
.stylelintrc chore: disable stylelint on files with no CSS templates 2019-07-16 14:59:54 +02:00
.yarnrc chore: enable optional chaining and nullish (#306) 2019-11-23 20:15:14 +01:00
CHANGELOG.md chore(release): 0.3.12 2020-01-09 06:14:09 +01:00
CODE_OF_CONDUCT.md chore: add missing conf files 2019-04-04 22:54:05 +02:00
codecept.conf.js refactor: update dependencies 2019-08-04 11:40:45 +02:00
codecov.yml chore: add codecov setup (#186) 2019-10-12 12:05:07 +02:00
index.js chore: add semicolon 2019-04-04 22:30:25 +02:00
LICENSE chore: add missing conf files 2019-04-04 22:54:05 +02:00
package.json fix: update dependencies (#420) 2020-01-12 19:43:05 +01:00
README.md docs: add link to license file (#422) 2020-01-14 03:47:14 +01:00
tsconfig.json Search Component - Replaced class by func. comp (#339) 2019-12-04 17:09:02 +01:00
tsconfig.strict.json fix: improved typing (#174) 2019-10-10 22:20:05 +02:00
yarn.lock fix: update dependencies (#420) 2020-01-12 19:43:05 +01:00

verdaccio gif

Version 4 UI Theme

Verdaccio UI is a theme plugin build in React, Flow and Emotion. It uses Jest and Enzyme for Unit testing.

verdaccio (latest) docker pulls backers stackshare discord node MIT Crowdin codecov

Twitter followers Github

Contributing

We use >=yarn@1.13.0, keep in mind that we use lockfiles and use at least Node v10.13.0 to be able to build the project.

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.

Before commit

Don't forget run the following commands before commit and push your code, it will save you time.

yarn lint && yarn test

Commits

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.

End to End Testing

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.

Open Collective Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

sponsor sponsor sponsor sponsor sponsor sponsor sponsor sponsor sponsor sponsor

Open Collective Backers

Thank you to all our backers! 🙏 [Become a backer]

backers

Contributors

This project exists thanks to all the people who contribute.

contrubitors

FAQ / Contact / Troubleshoot

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.

License

Verdaccio is MIT licensed