npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@majinju/vxe-pc-ui

v4.0.38

Published

A vue based PC component library

Downloads

20

Readme

vxe-pc-ui

简体中文 | 繁體中文 | English

star npm version NodeJS with Webpack npm downloads issues issues closed pull requests pull requests closed npm license

一个基于 vue 的 PC 端组件库

浏览器支持

Edge | Chrome | Firefox | Opera | Safari --- | --- | --- | --- | --- | 80+ ✔ | 80+ ✔ | 90+ ✔ | 75+ ✔ | 10+ ✔ |

功能点

👀 Vxe UI

  • [x] alert 警告提示
  • [x] anchor 锚点
  • [x] anchor-link 锚点-链接
  • [x] breadcrumb 面包屑
  • [x] breadcrumb-item 面包屑-项
  • [x] button 按钮
  • [x] button-group 按钮组
  • [ ] calendar 日历
  • [x] card 卡片
  • [ ] carousel 走马灯
  • [x] checkbox 复选框
  • [x] checkbox-group 复选框-组
  • [x] col 列
  • [ ] collapse 展开面板
  • [ ] collapse-pane 展开面板-容器
  • [x] date-picker 日期选择器
  • [x] drawer 抽屉
  • [ ] flow-design 流程设计器
  • [ ] flow-view 流程设计器-视图渲染
  • [x] form 表单
  • [x] form-design 表单设计器
  • [x] form-gather 表单-容器
  • [x] form-item 表单-项
  • [x] form-view 表单设计器-视图渲染
  • [x] icon 图标
  • [x] image 图片
  • [x] image-preview 图片预览
  • [x] input 输入框
  • [x] layout-aside 页面布局-左侧
  • [x] layout-body 页面布局-内容
  • [x] layout-container 页面布局-容器
  • [x] layout-footer 页面布局-页尾
  • [x] layout-header 页面布局-页头
  • [x] link 链接
  • [x] list-design 列表设计器
  • [x] list-view 列表设计器-视图渲染
  • [x] list 虚拟列表
  • [x] loading 加载中
  • [x] menu 菜单
  • [x] modal 模态窗口
  • [x] number-input 数值输入框
  • [x] optgroup 下拉框-分组项
  • [x] option 下拉框-项
  • [x] pager 分页
  • [x] password-input 密码输入框
  • [x] print 打印
  • [x] pulldown 下拉容器
  • [x] radio 单选框
  • [x] radio-button 单选框-按钮
  • [x] radio-group 单选框-组
  • [x] row 行
  • [x] select 下拉框
  • [x] switch 开关
  • [x] tab-pane 页签-容器
  • [x] tabs 页签
  • [x] textarea 文本域
  • [x] tips 段落提示
  • [x] tooltip 文字提示
  • [x] tree 树形组件
  • [ ] tree-select 树形下拉框
  • [x] upload 附件上传

👀 Vxe Table

  • [x] table 表格
  • [x] column 表格-列
  • [x] colgroup 表格-分组列
  • [x] toolbar 表格-工具栏
  • [x] grid 表格-配置式

使用

npm install vxe-pc-ui
// ...
import VxeUI from 'vxe-pc-ui'
import 'vxe-pc-ui/lib/style.css'
// ...

createApp(App).use(VxeUI).mount('#app')

運行項目

安裝依賴

npm install

啓動本地調試

npm run serve

編譯打包,生成編譯後的目錄:es,lib

npm run lib

Contributors

Thank you to everyone who contributed to this project.

vxe-pc-ui

License

MIT © 2019-present, Xu Liangzhan