1.3.0-beta.1 • Published 5 years ago
@hi-ui/hiui2 v1.3.0-beta.1
HIUI is a solution that is adequate for the fomulation 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 vitual style and get vitual 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
$ yarn
# serve in dev mode, with hot reload at localhost:4200
$ yarn dev
# compile for production
$ yarn compile
# build for production
$ yarn build
Style Guide
License
MIT
-- EOF --
1.3.0-beta.1
6 years ago