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 🙏

© 2026 – Pkg Stats / Ryan Hefner

ddweb-ui

v2.3.11

Published

当当管理系统模版

Readme

web

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Customize configuration

See Configuration Reference.

ddweb-ui

安装 npm i ddweb-ui

引入 import ddwebui from 'ddweb-ui' import 'ddweb-ui/dist/ddweb-ui.css'

Vue.use(ddwebui)

v2.0.0

包含 elementui全部组件

框架组件

<d-frame :option="option">
      中间放页面html
</d-frame>

option:{
    title:'供应链平台',
    down:2, //1显示下载icon 2显示标记
    notice:2,////1显示下载icon 2显示标记
    username:'陈小小',
    menu:[
      {name:'首页',path:'/index'},
      {name:'商品管理',path:'/product'},
      {name:'预售管理',path:'/sale',child:[
        {name:'预售管理1',path:'/sale'},
        {name:'预售管理2',path:'/sale2'},
      ]},
      {name:'商品分类',path:'/cate'},
    ]
  }

v2.0.1 右侧滑出弹层组件

<d-dialog :show="show" @close="show = false">
  中间放页面html
</d-dialog>

show:false //true浮层从右侧滑出  false 浮层消失

v2.0.2, v2.0.3, v2.0.4, v2.0.5, v2.0.6, v2.0.7, v2.0.8, v2.0.9 UI修改

v2.0.10 左侧菜单滚动条bug修复
v2.1.0 增加文档示例,修改部分已知ui问题
v2.2.0 增加d-layout组件 v2.3.0 修改d-layout组件样式 v2.3.1 修复刷新页面时左侧菜单没有选中状态的问题 新增input计数器样式 v2.3.2 修复bottomPop组件展示宽度不对的问题 v2.3.3 修复显示隐藏菜单报错的问题 v2.3.4 修复menuPath undefined的问题 v2.3.5 修复没有二级菜单数据但还显示二级菜单区域的问题 v2.3.6 右侧滚动条显示位置不正确,去掉右侧区域默认padding值 v2.3.7 增加面包屑组件 v2.3.8 优化默认显示二级菜单的逻辑 v2.3.9 优化二级菜单的逻辑 v2.3.10 菜单栏展开收起时触发外部回调 增加二级菜单显示按钮 v2.3.11 优化样式

NPM发布流程>>