New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

actionvue

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actionvue

UI components Base on vue.js

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source
ActionVue

ActionVue

基于 Vue.js 开发的一套组件库. :stuck_out_tongue_winking_eye:

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

  • Button 按钮
  • Input 输入框
  • Switch 开关
  • Icon 图标
  • Toast 轻提示
  • Message 信息
  • Notification 通知
  • Pager 分页器
  • Grid 网格系统
  • Skeleton 骨架屏
  • Sticky 粘滞 / 吸顶组件
  • Swipe 轮播组件
  • Tabs
  • Popover 气泡卡片
  • Transition 过渡动画
  • Layout 默认布局
  • Img Load 图片加载
  • BackTop 回到顶部
  • GitHub Corner
  • 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

Keywords

FAQs

Package last updated on 30 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc