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 🙏

© 2026 – Pkg Stats / Ryan Hefner

actionvue

v0.2.0

Published

UI components Base on vue.js

Downloads

37

Readme

npm vue GitHub

Installation

Install the package in your project directory with:

# with npm
npm install actionvue --save

# or yarn
yarn add actionvue

Usage

Here is a quick example to get you started.

// src/main.js
import Vue from 'vue';
import actionvue from 'actionvue';

Vue.use(actionvue);

Document

具体使用方法请查看 文档

Components

  • [x] Button 按钮
  • [x] Input 输入框
  • [x] Switch 开关
  • [x] Icon 图标
  • [x] Toast 轻提示
  • [x] Message 信息
  • [x] Notification 通知
  • [x] Pager 分页器
  • [x] Grid 网格系统
  • [x] Skeleton 骨架屏
  • [x] Sticky 粘滞 / 吸顶组件
  • [x] Swipe 轮播组件
  • [x] Tabs
  • [x] Popover 气泡卡片
  • [x] Transition 过渡动画
  • [x] Layout 默认布局
  • [x] Img Load 图片加载
  • [x] BackTop 回到顶部
  • [x] GitHub Corner
  • [x] Spin 加载中
  • [ ] Uploader 文件上传
  • [ ] Nav 导航
  • [ ] Table 表格
  • [ ] 手风琴
  • [ ] 省市区级联组件
  • [ ] Datepicker 日期选择
  • [ ] Scroll 滚动组件

Why Do This

本组件库由个人开发,旨在技术研究,探索如何搭建一个基于 Vue 的组件库,不推荐在生产环境使用。

生产环境中更加推荐市面上现有的成熟的中后台组件库,比如 Element / iview / Vant 等等,在此不一一列举。

同时我也会努力早日将本组件库打磨成可以投入生产环境的优秀组件库。😀

Contributing

如果你遇到什么问题,或者有好的建议,欢迎提 IssuesPull Request

Licence

ActionVue is open source and released under the MIT Licence.

Copyright (c) 2019 wencaizhang