1.1.0 • Published 4 years ago

nami-ui-react v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago