Skip to content
forked from XiaoMi/hiui

HIUI is a solution that is adequate for the fomulation and implementation of interaction and UI design standard for front, middle and backend.

License

Notifications You must be signed in to change notification settings

glean-wheat/hiui

 
 

Repository files navigation

HIUI Logo

HIUI

JavaScript Style Guide

English | 中文


HIUI is a solution that is adequate for the formulation and implementation of interaction and UI design standard for front, middle and backend .

Features

  • Highly minimize user perception of interaction costs and predictability of interactions
  • Build outstanding virtual style and get virtual design and interface specification for typical scenario
  • Highly refined design experience in OA, warehousing and after-sales systems, BI systems, and corporate mid-station projects

Install

npm install @hi-ui/hiui

For components usage, see more at HIUI Documents.

Contribute

Structure

.
├── build                   # build command
├── components              # component source
├── docs                    # markdown docs
│   ├── en-US
│   └── zh-CN
├── libs                    # third-party libraries
├── locales                 # i18n config
├── site                    # doc site source
├── CHANGELOG.md
├── commitlint.config.js
├── gulpfile.js
├── LICENSE
├── README-zh.md
├── README.md
├── package.json
└── postcss.config.js

Setup

# install dependencies
$ npm i

# serve in dev mode, with hot reload at localhost:4200
$ npm start

Open http://localhost:4200

Unit Testing

# require node version >= 10

$ npm run jest:coverage

Style Guide

License

MIT

-- EOF --

About

HIUI is a solution that is adequate for the fomulation and implementation of interaction and UI design standard for front, middle and backend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.5%
  • SCSS 33.8%
  • Other 0.7%