1.1.0 • Published 6 years ago

nami-ui-react v1.1.0

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

nami-ui-react

component library for react

安装

npm install nami-ui-react --save

yarn add nami-ui-react

示例

import { Button } from 'nami-ui-react';
const App = () => (
    <Button btnType="primary" disabled>PRESS ME</Button>
);

引入样式

import 'nami-ui-react/dist/index.css';

本地开发命令

启动本地环境 npm run stroybook

全局单元测试 npm run jest

启动局部单元测试并监控 npx jest ./src/components/**/index.test.tsx --watch

例如:npx jest ./src/components/button/index.test.tsx --watch

build静态文件npm run build

发布到npm官网npm publish

1.1.0

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago