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

@pack_/form

v1.0.4

Published

make form development simple and efficient.

Downloads

3

Readme

vue-form-making

基于 vueelement-ui 实现的可视化表单设计器,使用了最新的前端技术栈,内置了 i18n 国际化解决方案,可以让表单开发简单而高效。

特性

  • 可视化配置页面
  • 提供栅格布局,并采用flex实现对齐
  • 一键预览配置的效果
  • 一键生成配置json数据
  • 一键生成代码,立即可运行
  • 提供自定义组件满足用户自定义需求
  • 提供远端数据接口,方便用户需要异步获取数据加载
  • 提供功能强大的高级组件
  • 支持表单验证
  • 快速获取表单数据
  • 国际化支持

高级版本

相较于基础版本,高级版本提供了更丰富的功能:

  • 页面更加美观;
  • 通过点击即可快速添加字段;
  • 更多的属性设置,包括数据源与表单事件;
  • 更多的控件字段(子表单、自定义组件等);
  • 更多的布局容器,并且可以相互嵌套(栅格、表格、标签页);
  • 更多的API,满足更复杂的业务需求;
  • 加入自定义字段,可以快速将自己开发的组件引入;
  • 可快速添加自定义样式;
  • 支持数据源,方便表单数据配置;
  • 支持动作事件,可以让表单更加灵活配置;
  • 多终端适配展示;
  • 提供了 Ant Design 风格的组件(通过引入 antd vue 修改);
  • 支持 Vue3;

第三方插件