1.1.0 • Published 2 years ago
pattern-el v1.1.0
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 build1.1.0
2 years ago