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

test-ai-form

v0.6.6

Published

AiForm 表单设计/解析器

Downloads

6

Readme

🌈 介绍

AiForm是一个开源的表单设计/解析器。基于对开源项目form-generator和扩展项目approvalFlow学习和复用,使用 vue3.x + CompositionAPI setup 语法糖 + typescript + vite + element plus 技术重构而成,适配手机、平板、pc ,希望减少工作量,帮助大家实现快速开发。

⛱️ 线上预览

  • vue3.x 版本预览(ai-form)https://demo.aiform.ailicloud.com

📸部分截图:

demo.png

⚡ 使用说明

Vite 不再支持 Node 12 / 13 / 15,因为上述版本已经进入了 EOL 阶段。现在你必须使用 Node 14.18+ / 16+ 版本。

包使用方法:

# 安装组件
npm i ai-form@latest -S 

# 引入安装后的组件 main.ts中增加如下配置:
import AiForm from "ai-form"; 

# 启用表单组件 main.ts
app.use(AiForm);

# 调用组件 调用组件前 需要引入elment plus 及 样式文件
<ai-form-designer :show-header="true" >

源码开发:

# 进入项目
cd ai-form

# 安装依赖
npm i

# 运行项目
npm run dev

📚 文档

  • 查看文档:doc.aiform.ailicloud.com(暂未实现)

💯 学习交流加 QQ 群

讨论群:601291407

💕 特别感谢

  • form-generator
  • approvalFlow

❤️ 鸣谢列表

  • vue
  • vue-next
  • element-plus
  • pinia
  • sass
  • typescript
  • vite

💌 支持作者

如果您觉得本项目对您有帮助,您可以选择以下方式让开源走的更远,感谢支持:

1.去 Github 或者 Gitee 帮我点个 ⭐ Star;

2.请作者喝罐可乐,或者给作者的宝宝们(Mark&Ellie)小红包用作兴趣班资金。
请您在捐赠后,加群:601291407,私聊群主留个赞助记录。

📜开源协议

MIT

请保留作者信息,以帮助宣传项目,方便更多的人加入讨论,一起完善