1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-04-27 23:21:37 +07:00
Amazing and stunning Verdaccio UI (React) https://verdaccio.org
Go to file
Priscila Oliveira 6ba721446b
Search Component - Replaced class by func. comp (#339)
2019-12-04 17:09:02 +01:00
.circleci build: e2e integration with puppeteer (#192) 2019-10-13 10:27:01 +02:00
.github chore(#228): add canary package generator 2019-10-28 10:35:40 +01:00
.vscode feat: upgraded typescript to 3.6.3 (#145) 2019-10-02 22:32:31 +02:00
config feat: migrating flow to typescript (#47) 2019-06-20 14:37:28 +02:00
jest Search Component - Replaced class by func. comp (#339) 2019-12-04 17:09:02 +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 Search Component - Replaced class by func. comp (#339) 2019-12-04 17:09:02 +01:00
test Search Component - Replaced class by func. comp (#339) 2019-12-04 17:09:02 +01:00
tools Refactor(#240): Created Reset CSS and added local fonts 2019-11-12 08:18:05 +01:00
types Search Component - Replaced class by func. comp (#339) 2019-12-04 17:09:02 +01: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 Search Component - Replaced class by func. comp (#339) 2019-12-04 17:09:02 +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
.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.7 2019-11-24 21:05:59 +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 Search Component - Replaced class by func. comp (#339) 2019-12-04 17:09:02 +01:00
README.md Update README.md 2019-10-16 18:54:49 +02: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 Search Component - Replaced class by func. comp (#339) 2019-12-04 17:09:02 +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 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.

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