React DevUI
DevUI components based on React
English | įŽäŊ䏿
In development.
Need unit test support (Jest)
Start
We add chmod ug+x .husky/ at prepare that make sure the files is executable in linux. So you use other OS, just ignore error.
Execute the following command to preview the component:
yarn site:serve
For non-new component contributions, please refer to Contribution Guide.
Directory Structure
âââ packages // Root Directory: Project
â â
â â
â âââ site // Root Directory: Website
â â âââ src
â â âââ app
â â â âââ components // Components
â â â âââ configs // Configuration files (json)
â â â âââ i18n // Internationalization
â â â âââ routes // Routes
â â â âââ styles // Styles
â â âââ assets // Static resources
â â âââ environments // Configuration files in development and production environments
â â
â â
â âââ ui // Root Directory: Components
â âââ src
â âââ components // Components
â âââ hooks // Hooks
â âââ styles // Styles
â âââ tests // Test configuration
â âââ utils // Utility function
â
â
âââ tools // Root Directory: Project Cli
VSCode configuration
Refer to README.md under the .vscode directory