基于 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://codercto.com/soft/d/11429.html

高效算法

高效算法

[法] Christoph Dürr、[法] Jill-Jênn Vie / 史世强 / 人民邮电出版社 / 2018-5 / 55.00元

本书旨在探讨如何优化算法效率,详细阐述了经典算法和特殊算法的实现、应用技巧和复杂度验证过程,内容由浅入深,能帮助读者快速掌握复杂度适当、正确率高的高效编程方法以及自检、自测技巧,是参加ACM/ICPC、Google Code Jam 等国际编程竞赛、备战编程考试、提高编程效率、优化编程方法的参考书目。一起来看看 《高效算法》 这本书的介绍吧!

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

在线XML、JSON转换工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器