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

@ukx/uke-ui

v0.1.10

Published

A Component Library extend of element-ui for Vue.js

Downloads

34

Readme

uke-ui readme

##简介

基于element-ui的vue组件库。

##npm命令

"dev": 开发
"start": 同dev
"deploy": 打包例子项目
"build:file: 生成文件(icon、entry、version)
"build:css: 生成样式文件
"build:locale: 生成语言文件
"dist": 打包组件
"pub":发布组件
"pub:private":发布组件(不上传npm,只是准备好发布文件)

##项目结构

build     构建(开发、打包)脚本
expamles  例子项目
lib       输出(发包后)目录
packages  组件源文件
src       其他代码源文件
.babelre  babel配置
.eslintrc eslint配置
.eslintignore   eslint配置
.postcssrs.js   postcss配置
CHANGELOG.zh-CN.md  修改记录
components.json 组件配置
packages.json   项目配置
README.md       项目说明

##文档临时访问地址

http://ops.ukelink.net/uke-ui/

##如何发布

  1. CHANGELOG.zh-CN.md中写log
  2. 修改package.json中的version
  3. 打包npm run dist
  4. 发布npm run pub(注意登录npm指定账号)

版本规划 :

  1. 小版本 改bug
  2. 中版本 改功能
  3. 大版本 跨越性比较大的功能向下不能兼容 //https://semver.org/lang/zh-CN/ //https://semver.npmjs.com/