@shizhiqian/point-ui
v1.0.0
Published
point-ui,react组件库
Readme
point-ui
快速开始
安装
npm i point-ui -S
yarn add point-ui -S使用
import React from 'react';
import { Button } from 'point-ui';
export default function Demo() {
return <Button type="primary">point-ui</Button>;
}Getting Started
Install dependencies,
$ npm iStart the dev server,
$ npm startBuild documentation,
$ npm run docs:buildRun test,
$ npm testBuild library via father-build,
$ npm run build