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

comvu

v1.0.0

Published

如何使用[pull request](https://github.com/koringz/covu/blob/master/pull%20request.md)

Downloads

3

Readme

co-vue

推入

如何使用pull request

目录结构

covu组件结构说明

  |--/build
  |--config
  |--/src/
  |	|--/assets/
  |	|--/component/
  |		|-- index.js
  |		|-- template.vue
  |		|-- /other component files
  |	  |-- example.vue
  |	   	|-- 注:使用co-component-name定义vue组件
  |	   	|-- 注:使用co-[component-name]定义组件class类名
  |	   	|-- 注:使用co-style-[other-name]定义其他class类名
  |--/pages/
  |	|-- /componentname
  |		|-- componentname.vue
  |--/router 路由组件
  |	|-- index.js # 路由入口
  |--/static
  |	|-- loading.js
  |--package.json
  |--index.html
  |--.gitignore
  |--.babelrc
  |--README.md

## 功能

 - 手风琴效果(完)
 - 切换菜单(完)
 - 头部菜单(完)
 - 按钮(完)
 - 输入框(完)-
 - 弹出框(完)
 - 提示信息(待)-
 - 下拉菜单(完)-
 - 通知信息(待)
 - 加载项(待)-
 - 进度条(待)-
 - 步骤(完)
 - 表格(待)-
 - 表单(待)-
 - 面包屑(待)-
 - 标记(待)-
 - 上传(待)
 - 日期时间选择(待)
 - 开关(完)-
 - 选择器select(完)-
 - 计数器(完)-
 - 轮播(待)
 - 多选框(待)-
 - 分页(待)-
 - icon的制作(完)-
 - cell(待)http://elemefe.github.io/mint-ui/#/cell
 - app(待) https://vuematerial.io/components/app
 - 头像(待)https://vuematerial.io/components/avatar
 - 底部菜单
 - draw划出(待)https://vuematerial.io/components/drawer
 - Radio (待)https://vuematerial.io/components/radio -

 ## 参考

  **icon选择[FontAwesome](https://fontawesome.com/icons?d=gallery&m=free)**