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

vue-antd-mobile

v0.0.1

Published

Ant Design Mobile UI implemented by Vue.

Downloads

12

Readme

vue-antd-mobile

Ant Design mobile of Vue

Build Status Coverage Status

主页 示例

安装

This module is still working in progress right now, so it is just for placeholder.

使用

开发

  • 打包 npm run build
  • 启动文档开发服务器 npm run start:desktop
  • 启动示例开发服务器 npm run start:mobile
  • 测试 npm test

目录结构

vue-antd-mobile/
|--dist/               组件库打包文件
|--docs/               文档 & 示例
|  |--desktop/         项目文档(for desktop)
|  |--mobile/          项目示例(for mobile)
|--scripts/            Webpack配置文件
|--src/                组件库源码
|  |--index.js         组件库入口
|  |--components/      组件库源文件
|  |--style/           组件库公共样式
|--sites/              文档 & 示例源码
|  |--desktop/         文档源码(for desktop)
|  |--mobile/          示例源码(for mobile)
|--test/               测试
|  |--unit             单元测试

组件完成情况

  • Layout
  • Flex Flex布局
  • WingBlank 两翼留白
  • WhiteSpace 上下留白
  • Navigation
  • ~~Drawer~~ 抽屉
  • ~~Menu~~ 菜单
  • ~~NavBar~~ 导航栏
  • ~~Pagination~~ 分页器
  • ~~Popover~~ 气泡
  • ~~SegmentedControl~~ 分段器
  • ~~Tabs~~ 标签页
  • ~~TabBar~~ 标签栏
  • Data Entry
  • ~~Button~~ 按钮
  • ~~Checkbox~~ 复选框
  • ~~DatePicker~~ 日期选择
  • ~~ImagePicker~~ 图片选择
  • ~~InputItem~~ 文本输入
  • ~~PickerView~~ 选择器
  • ~~Picker~~ 选择器
  • ~~Radio~~ 单选框
  • ~~Range~~ 区域选择
  • ~~Switch~~ 滑动开关
  • ~~SearchBar~~ 搜索栏
  • ~~Slider~~ 滑动输入条
  • ~~Stepper~~ 步进器
  • ~~textareaItem~~ 多行输入
  • DataDisplay
  • ~~Accordion~~ 手风琴
  • ~~Badge~~ 徽标数
  • ~~Carousel~~ 走马灯
  • ~~Card~~ 卡片
  • ~~Grid~~ 栅格
  • ~~Icon~~ 图标
  • ~~List~~ 列表
  • ~~NoticeBar~~ 通告栏
  • ~~Steps~~ 步骤条
  • ~~Tag~~ 标签
  • Feedback
  • ~~ActionSheet~~ 动作面板
  • ~~ActivityIndicator~~ 活动指示器
  • ~~Modal~~ 对话框
  • ~~Progress~~ 进度条
  • ~~Popup~~ 弹出层
  • ~~Toast~~ 轻提示
  • Gesture
  • ~~RefreshControl~~ 下拉刷新
  • ~~SwipeAction~~ 滑动操作
  • Combination
  • ~~ListView~~ 长列表
  • ~~Result~~ 结果页

参考项目