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

zqwe-vue

v1.2.8

Published

Vue components based on Vue2.x and weui1.x

Downloads

36

Readme

we-vue 是一套基于 Vue.js 的移动关组件库,结合 weui.css 样式库,封装了一系列组件,非常适于微信公众号等移动端开发。

特性

  • 35+ 个组件
  • 单元测试覆盖率超 98%
  • 支持 babel-plugin-import
  • 完善的在线文档
  • 详细的在线示例

在线文档(https://wevue.org)

在线示例(https://demo.wevue.org)

安装

// yarn 推荐
$ yarn add we-vue

// npm
$ npm install we-vue -S

开发

  1. 克隆代码
// GitHub
$ git clone https://github.com/tianyong90/we-vue.git

// 码云(为方便国内用户,本项目也托管到码云,码云仅作定期同步,不保证代码为最新)
$ git clone https://gitee.com/tianyong/we-vue.git
  1. 安装依赖
$ cd we-vue && yarn install

// 或
$ cd we-vue && npm install
  1. 运行本地服务并开发
// 开发组件及 demo
$ npm run dev

// 开发在线文档
$ npm run dev:docs

参与贡献

对于对本项目作出过贡献的朋友表示诚挚的感谢!同时也感谢提出过建议或反馈 Bug 的朋友。

如果你有兴趣参与贡献代码或者提出建议,请阅读 贡献指南

感谢

本项目大量参考了饿了么前端团队的 Mint-UI 项目,感谢该团队提供的大量前端构建经验和思路。

License

MIT