New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ycloud-ui

Package Overview
Dependencies
Maintainers
6
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ycloud-ui

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

latest
npmnpm
Version
1.0.66
Version published
Weekly downloads
9
-47.06%
Maintainers
6
Weekly downloads
 
Created
Source

npm-common

install

npm i ycloud-ui

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

其中a-model为模块名称

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

list

第三方库

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

自定义组件

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

公用方法、指令

  • global // 公用方法
  • mixins // 混入
  • filter // 过滤器
  • directive // 指令
  • 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

FAQs

Package last updated on 25 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts