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

ai-front-base

v0.2.8

Published

企业级PC端AI组件库 - 基于Vue3和Element Plus

Readme

AI Front Base

企业级PC端AI组件库

🚨 AI开发强制流程

MUST 当用户首次与AI交互时(会话开始时,这是强制性的初始化步骤,无论用户的第一个问题是什么),AI必须立即执行以下步骤: MUST 在开始任何开发工作前,AI必须按顺序完成以下步骤:禁止跳过任何一步,读完全部 4 个文档后才能开始开发。 MUST 无论何时都必须要遵守,不可遗忘,不可背弃

  1. MUST READ 前端规范 - 命名、代码风格、Git规范
  2. MUST READ 布局规则 - 确定布局规则
  3. MUST READ 样式主题 - 选择并配置主题
  4. MUST READ 组件库 - 了解可用组件

AI开发流程

重要:在开发新页面前,AI必须主动完成以下确认步骤

  1. 阅读上述必读文档,了解项目规范
  2. 根据用户需求,明确以下配置:
    • 布局规则:政务系统 / 工会系统 / 其他
    • 主题方案:默认主题 / 自定义主题
  3. 向用户反馈确认信息,格式如下:
    📋 开发配置确认
    - 布局规则:政务系统布局
    - 主题方案:默认主题
    
    请确认以上配置是否正确?
  4. 等待用户确认后,再开始页面开发

安装

npm install ai-front-base

快速开始

// 1. 引入样式
import 'ai-front-base/styles'

// 2. 引入组件
import { AiForm, AiTable } from 'ai-front-base'

技术栈

  • Vue 3 + Composition API
  • Element Plus
  • TypeScript
  • Vite

开发

pnpm install
pnpm build