1.0.4 โ€ข Published 6 years ago

isui v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

isui

A high quality UI Toolkit, A Component Library for React 16+. ๐Ÿ’˜

Installation

npm install isui --save

Basic Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'isui';

ReactDOM.render(
  <Button type="primary">Hello</Button>, 
  document.getElementById('app')
);

Documentation

Visit the http://nodedai.com/isui/#/cn/quick-start website for more information.

Development

To develop, run the self-reloading build, Get the code:

$ git clone https://github.com/shawn2016/isui.git
$ cd isui
$ npm install # or  yarn install
# or
$ npm install --phantomjs_cdnurl=http://npm.taobao.org/mirrors/phantomjs

To develop, run the self-reloading build:

# Run the app
# Restart the app automatically every time code changes. 
# Useful during development.
$ npm start

Open your browser and visit http://127.0.0.1:2087

Update the document

npm run deploy

Folders

โ”œโ”€โ”€ dist           # document the static file.
โ”œโ”€โ”€ docs           # documentation in markdown
โ”œโ”€โ”€ lib            
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ script
โ””โ”€โ”€ src            # react source code 

ๆœฌ็ป„ไปถๅบ“ๅŸบไบŽ uiw-react ไฟฎๆ”น๏ผŒๆ„Ÿ่ฐข๏ผ

License

Licensed under the MIT License.