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

ycloud-ui

v1.0.66

Published

<!-- * @Author: jinqing * @Date: 2018-12-17 09:16:02 * @LastEditors: jinqing * @LastEditTime: 2020-08-25 11:04:54 * @Description: file content --> # npm-common

Downloads

99

Readme

npm-common

install

npm i ycloud-ui

模块下page下文件夹命名规则如下所示

其中a-model为模块名称

pages
    └─a-model
        ├─order
            └─index.vue
        └─product
            └─index.vue

list

第三方库

  • [x] axios //http 请求
  • [x] vuex // stroe
  • [x] vue-router // 路由

自定义组件

  • [x] icon-svg // svg 图标
  • [x] importExcel // 导入Excel
  • [x] regionPicker (填值的时候去掉绿色验证) // 省市区选择器
  • [ ] ScrollBar //滚动条 待定
  • [x] Error //错误页
  • [x] FileUpload // 文件上传 需要优化
  • [x] Pagination // 分页组件
  • [x] Print // 打印
  • [ ] YlEditor // 富文本编辑器
  • [x] YlTable (需要整合) // 自定义列表
  • [x] YlDialog // 弹窗
  • [x] YlTreeTable // 表格树
  • [ ] layout

公用方法、指令

  • [x] global // 公用方法
  • [x] mixins // 混入
  • [ ] filter // 过滤器
  • [ ] directive // 指令
  • [x] print // 打印

更改记录

  • 更改表格树的实现 2019-1-5
  • 表格计算高度的bug修复 2019-1-7
  • 更改接口默认调用方式 2019-1-8
  • 优化表格树的显示 2019-1-10
  • 更新上传插件支持完成调用 2019-1-14
  • 更新上传插件,支持逗号,分号,异步,pdf小图预览 2019-1-14
  • 上传组件无图渲染 2019-1-25
  • 修改富文本编辑器
  • 修改dialog 默认点击modal 不关闭
  • 优化包大小 2019-3-15
  • boxer update 不触发bind
  • 修改table闪动的问题 2020-2-29
  • 给boxer添加可拖动的功能 2020-3-4
  • 解决formvalid一个页面多处调用一个接口的验证报错的问题 2020-8-25
  • 富文本支持音频、视频 2022-08-26

npm发布

修改package.json的 版本号 npm run dist
npm publish

应用方更新包

yarn upgrade ycloud-ui/ cnpm update ycloud-ui