JUI is an open source javascript UI components library. Our goal is build a pure javascript UI components library that simple and easy to use. We don't need to consider about the old version browser compatibility problem. We just focus on how to write a responsiable and reusable components with high performance.
- Blocks: Build page with block template
- Responsive: Designed for variable screen sizes
- Theming: Customizable theme with simple config
- International: Built-in i18n solution
- Best Practices: Solid workflow to make your code healthy
- Mock development: Easy to use mock development solution
- UI Test: Fly safely with unit and e2e tests
- Tip
- Tabs
- Modal
- Drag
- Auto Complete
- Form Validation
- AJAX Form
- Sroll load
- Lazy load
- Text length limitation
- Throttling
- Debouncing
- DeepClone
npm install
We have some code sample in the directory example. We will build a detailed API documents in the future.
-
Start front-end development
npm run start -
Run the test case
npm run test -
Run the mock data server
npm run mock
![]() IE / Edge |
![]() Firefox |
![]() Chrome |
![]() Safari |
![]() Opera |
|---|---|---|---|---|
| IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |




