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

@jyeontu/jvuewheel

v0.7.8

Published

vue组件库封装

Downloads

336

Readme

JYeontu组件仓库

介绍

日常开发组件/工具库 vue组件 + js函数工具

封装一些有趣(实用的小组件),后续会不断迭代优化。

安装教程

本地启动项目
  1. git clone https://gitee.com/zheng_yongtao/jyeontu-component-warehouse.git
  2. npm install
  3. npm run serve
项目引入
npm 安装

推荐使用 npm 的方式安装,它能更好地和 webpack 打包工具配合使用。

npm i @jyeontu/jvuewheel -S
main.js引入

引入后便可以在项目中直接使用

//引入组件库
import jvuewheel from '@jyeontu/jvuewheel'
//引入样式
import '@jyeontu/jvuewheel/lib/jvuewhell.css'
Vue.use(jvuewheel);

效果预览

预览地址(使用文档)

相关说明

组件文档:http://120.79.163.94/JYeontuComponents/#/homePage

  1. 日历组件(JCalendar):https://blog.csdn.net/Twinkle_sone/article/details/120465663
  2. 电子屏数字(JElectronicNumber):https://blog.csdn.net/Twinkle_sone/article/details/120582994
  3. 流程图组件(JFlowchart)
  4. 表格组件(JTable)
  5. 代码高亮组件(JCodeHeightLight):https://blog.csdn.net/Twinkle_sone/article/details/121964878
  6. canvas画板组件(JCanvasBroad):https://blog.csdn.net/Twinkle_sone/article/details/121476250
  7. 数字滚动变化效果(JNumRolling):https://blog.csdn.net/Twinkle_sone/article/details/121541104
  8. 对话弹窗(JDialog)
  9. 可拖拽悬浮按钮(JHoverBtn):https://blog.csdn.net/Twinkle_sone/article/details/121658022

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

联系

CSDN:https://blog.csdn.net/Twinkle_sone

Gitee:https://gitee.com/zheng_yongtao

GitHub:https://github.com/yongtaozheng

掘金:https://juejin.cn/user/440244290727294