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

qve

v0.4.5

Published

Quick Vue3.x UI Engineering

Downloads

91

Readme

Quick-Vue-Engineering

Quick UI Engineering for Vue 3.x

基于 vue3.0 的组合式 API,重构每一个组件。此版本不会兼容 vue2.x

依赖

  // "peerDependencies": {
  //   "quick.lib": "^0.1.4"
        @vue/compiler-dom
  // }

开发环境

developer

  • 安装
## 安装
yarn

# npm 安装
npm i qve

# 调试vue
npm run dev

# 调试发布项目
npm run web

# 项目发布
npm run release

# 打包库
npm run build
  • vite 清除缓存目录,解决热更新缓存问题

/node_modules/.vite_opt_cache

更新说明

0.4.5

2023/2/15

  • vite:4.1.1
  • qveui:0.8.9
  • Listor: InputPlusTree.Current_ID 自定义名称
  • Control: Select 组件修正传入参数的显示 bug
  • AsyncModel:去除对tabs传入连接绑定的参数title

0.4.4

2023/2/7

  • qveui:0.8.7
  • listor 修正 vue 版本语法变更引起 bug
  • monaco-editor plus代码编辑器插件升级 0.34.1

0.4.3

2022/12/28

  • qveui:0.8.6
  • vite:4.0.3
  • rollup:3.8.1

0.4.2 [里程牌]

2022/9/25

  • config.bind 更新绑定参数方法
  • Control
    • Select 组件修正数据类型参数绑定
    • text 多行文本组件原显示为html改为Text组件显示
    • TextXml 新增显示组件xml
  • Listor
    • 修正where传参与 lock 锁定查询配置冲突
    • 修正select.terms 多条件查询显示名称
    • columns 新增无表头配置直接显示数据
    • list 新增数据列表动态绑定
    • btnPoptip 新增权限按钮显示控制
    • btnGroups 权限按钮列表样式更为气泡列表
  • PanelTree 修正绑定,新增参数 classify,sort,depth

0.4.1 [里程牌]

2022/8/19

  • qveui:0.8.5
  • flyio 去除
  • axios:^0.27.2 替换
  • http 初始化配置方式调整
    • 切换为 axios
    • 修正 where 条件类型转为 string 后导致初始查询参数变更
  • Listor
    • 多条件查询界面优化
    • 支持 tpl.where 查询参数传入

0.4.0

2022/8/12

  • qveui:0.8.4
  • @microsoft/signalr:6.0.8
  • qve 调整输出新增接口install
  • terser 代码编辑组件支持 新加入 js 代码压缩库
  • attr 调整优化日期格式 format,时间默认值变更为 Net 类型 now
  • PanelListor 修正多选列表绑定
  • Field 新增数据表编辑功能

0.3.9

2022/4/1

  • qveui:0.8.2
  • vite:2.9.1
  • @vitejs/plugin-vue:2.3.1

0.3.8

2022/3/31

  • qveui:0.8.1
  • loadScript 去除合并到 qveui
  • control ubbcode 组件 支持传入非标 json 参数
  • Listor
    • tpl新增支持字段 ls 参数配置html样式标签内容

0.3.7 [里程牌]

2022/3/20

  • qveui:0.8.0
  • Listor
    • 修正 in 查询逗号分隔 bug
    • 新增 not in 集合查询

0.3.0 [里程牌]

2021/11/27

  • qveui:0.6.4
  • attr.ls 修正参数绑定错误
  • CodeEditor 修正初始值为空报错
  • PanelTree 新增树形面板
  • Listor 新增PanelTree
  • Editor 新增PanelTree
  • Control 新增PanelTree

最后

如果感觉对您有用,欢迎 star