1.0.0 • Published 2 years ago

@shizhiqian/point-ui v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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 i

Start the dev server,

$ npm start

Build documentation,

$ npm run docs:build

Run test,

$ npm test

Build library via father-build,

$ npm run build