- 授权协议: MIT
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://uiwjs.github.io
- 软件文档: https://uiwjs.github.io
软件介绍
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
软件预构艺术(中文版)
Ken Pugh / O'Reilly Taiwan公司 / 东南大学 / 2010-6 / 26.00元
利用经验累积而得到的洞察力开发新的解决方案被称为预构。透过重构而获得的专业知识也属于这类经验,而预构的词源即重构。重构是修改程序或软件系统内部结构的实践,以此在保留其现有行为的基础上改良设计。重构的原因有多种:方便后期增加功能、提高可维护性、提升性能。 本书作者是经验老道的软件开发人员。书中,作者运用他个人和其他众多开发人员的丰富经验,展示由其推衍而得的各项实践方针。这些方针把优秀的开发人员......一起来看看 《软件预构艺术(中文版)》 这本书的介绍吧!
