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

cms-vue-editor

v0.1.0

Published

## Project setup ``` yarn install ```

Readme

cms-vue-editor

node版本18.12.0

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

tips:如果发现语言包版本不对,请在原项目加上语言包,或者在本项目加上多语言出口

修改vue-json-schema-form源码注意事项

  1. 需要安装patch-package
  2. 修改源码时注意依赖修改,去改vue-json-schema-form时去github上找到1.9.1版本的源码,https://github.com/lljj-x/vue-json-schema-form/releases,将vue2-form-element项目单独提取出来到其他目录,安装patch-package,有修改就npx patch-package xxxx
  3. 修改之后记得对vue-json-schema-form进行打包 npm run build,打包失败时,有关eslint配置,是上一级目录影响,将vue2-form-element项目单独提取出来,就能打包成功
  4. 对于打包样式失效,原因暂时没有深究,但是有解决方案,沿用之前dist内的css_248z样式,\n存在的打包不对,项目需要min.js文件,用此链接 https://www.toptal.com/developers/javascript-minifier生成复制进项目的min.js文件
  5. 修改完成之后记得patch-package

特别注意两点,

  1. vue-json-schema-form patch版本是1.9.1不能修改,删除@lljj重新执行npm install能够patch成功
  2. patch文件不允许删除

搬迁的时候注意复制包文件,分别npx patch-package xxxx之后;添加自动同步命令"postinstall": "patch-package", 再npm install即可全员同步