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

@sfeer/kd

v1.2.0

Published

看到,基于ant-design-vue的二次封装

Downloads

9

Readme

NPM version Vue Support NPM downloads License

GitHub Actions 自动发布 npm 包

参考 https://www.cnblogs.com/gaobw/p/11593602.html

.npmrc 里面查看 npm 的 token 值

GitHub Actions 默认模版是在项目创建版本时触发 Action 去发布到 NPM

配置 config

json 格式说明 title -- 标题 code -- 应用码,用于文件索引 desc -- 描述 menus -- 菜单

| 属性 | 说明 | 类型 | 备注 | |-------|------|-------------|----------| | title | 标题 | string | | code | 应用码 | string | 和配置文件名同名 | | desc | 描述 | string | | menus | 菜单 | MenuModel[] | | pages | 页面配置 | |

待办

  • ~~主色调整缺陷~~
  • ~~antdv升级到V4~~
  • loadData改成约定,和路由url一致(page,list约定大于配置!!!)
  • kd 类库按需加载方式
  • 登录认证,多因子,安全加密
  • 和 yj 的后台系统对接一些基础 4a
  • 在线编辑 json 和在线 code 编辑器,在线配置功能强化
  • 动态开启 vconsole,自定义 vconsole 上报插件
  • ~~- 添加移动端~~
  • logo 添加插槽,默认是当前样式
  • table 可编辑行,单独组件基于 kd-table
  • table 操作栏超过三个变更多
  • table 点击行选中

Tomcat打包

<%@ page session="false" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>
<% response.setStatus(200); %>