pattern-el
v1.1.0
Published
xu-cimi is components of react and library for building user interfaces
Downloads
3
Maintainers
Readme
pattern-el
Getting Started
- 安装
$ npm i pattern-el -D- 使用
import { Button } from 'Pattern-ui'
import 'Pattern-ui/dist/index.css'
function App(){
return (
<Button>测试</Button>
)
}
$ npm startBuild documentation,
$ npm run docs:buildRun test,
$ npm testBuild library via father,
$ npm run build