pf-component-library
TypeScript icon, indicating that this package has built-in type declarations

0.3.4 • Public • Published

pf-component-library 组件库

快速开始

1. 安装组件库

npm install pf-component-library

2. 引用组件库

// 全部引入
import 'pf-component-library/dist/index_style.css'
import PUI from 'pf-component-library'
app.use(PUI)

// 按需引入
import 'pf-component-library/dist/card_style.css'
import 'pf-component-library/dist/demo_style.css'
import { Demo, Card } from 'pf-component-library'
app.use(Card)
app.use(Demo)

组件文档

文档

本地运行

  • git clone
  • npm install
  • npm run dev
  • 启动server服务, 再开一个窗口执行 cd server, npm install, npm run dev
  • 补充: npm run build 打包组件库 npm link pf-component-library 本地安装组件库

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.3.40latest

Version History

VersionDownloads (Last 7 Days)Published
0.3.40
0.3.30
0.3.20
0.3.10
0.3.00
0.2.90
0.2.80
0.2.70
0.2.60
0.2.50
0.2.40
0.2.30
0.2.20
0.2.10
0.2.00
0.1.90
0.1.80
0.1.70
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i pf-component-library

Weekly Downloads

0

Version

0.3.4

License

MIT

Unpacked Size

1.45 MB

Total Files

515

Last publish

Collaborators

  • ricardopang