Flcwl / hiui

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

Home Page:https://xiaomi.github.io/hiui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://xiaomi.github.io/hiui/

License:MIT License


Languages

Language:JavaScript 66.1%Language:SCSS 33.3%Language:TypeScript 0.6%Language:HTML 0.1%