基于 React 的 UI 组件库 uiw-react

码农软件 · 软件分类 · UI组件库 · 2019-08-01 18:12:30

软件介绍

uiw

高品质的UI工具包,React 16+的组件库。

安装

npm install uiw --save

使用

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

ReactDOM.render(
  Hello, 
  document.getElementById('app')
);

开发

要开发,运行自重新构建,获取代码:

$ git clone https://github.com/uiwjs/uiw.git
$ cd uiw
$ npm install # or  yarn install

要开发,运行自重新构建:

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

打开浏览器并访问:http://127.0.0.1:2087

更新文档

npm run deploy

文件目录说明

├── dist           # document the static file.
├── docs           # documentation in markdown
├── lib            
├── package.json
├── script
└── src            # react source code

本文地址:https://www.codercto.com/soft/d/11429.html

O2O进化论

O2O进化论

板砖大余、姜亚东 / 中信出版社 / 2014-5 / 49

在互联网的1.0时代,Online的商业和Offline的商业就像是两条平行线,没有交汇点,在移动浪潮下,他们正在交汇,这就是O2O(Online to Offline)。于是,人们认为:O2O就是线下将线上作为销售前台。结论是对的,但并非简单相加就可以达到。人们已经进入数据革命时期,O2O是线上和线下全流通的数据化工具,电子商务就是非数据商品的数据化。其次,O2O还是一种竞争格局。这决定了以O2......一起来看看 《O2O进化论》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试