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

@vtj/uni

v0.14.3

Published

VTJ 是一款基于 Vue3 + Typescript 的低代码页面可视化设计器。内置低代码引擎、渲染器和代码生成器,面向前端开发者,开箱即用。 无缝嵌入本地开发工程,不改变前端开发流程和编码习惯。

Readme

star npm version npm downloads npm license

VTJ.PRO ( AI + 低代码 )

VTJ 是一款以AI驱动的Vue3前端低代码开发工具。内置低代码引擎、渲染器和代码生成器,支持Vue源码与低代码DSL双向转换,面向前端开发者,开箱即用。 无缝嵌入本地开发工程,不改变前端开发流程和编码习惯。

特性

  • 🔥 流行的技术栈: Vue3、Typescript、Vite、EelementPlus、VueUse、Axios、ECharts、Lodash、Monaco Editor、Prettier 等。

  • 🛠️ 自由个性化: 低代码设计器支持源码级别的自定义,可轻松适配个性化需求,理论上写代码开发能实现的在设计器上都能完成。

  • 🚩 低学习成本: 专为前端开发者设计,无需改变您熟悉的前端开发流程和编码习惯。只需了解Vue,即可轻松上手,实现无缝对接,真正做到零学习成本。

  • 🚀️ 高扩展性: 配备了先进的内置低代码引擎,通过配置化构建方式,赋予您对所有部件的完全自定义能力。您可以单独运用此引擎,自主打造专属的低代码平台。

  • 📦 无污染,可二开: 设计器无缝嵌入本地项目开发环境,既安全又便捷,轻松接入。同时,采用创新的设计器和渲染器分离模式,确保项目代码保持纯净,不受任何污染,并且产物支持二次开发。

  • 物料丰富: 此外,还内置了多款常用、功能强大的组件库以及丰富的页面模板,不仅支持高度定制,还提供了可复用的区块组件,助您高效构建出色的应用。

体验

在线体验

访问Vtj专属低代码开发平台,创建应用可以体验设计器和出码功能

离线本地体验(推荐:功能全, 性能最佳)

使用VTJ提供的项目脚手架,可快速创建开发项目工程。 命令:

  1. Web应用(PC端)

    npm create vtj@latest --registry=https://registry.npmmirror.com -- -t app
  2. H5应用(移动端)

    npm create vtj@latest --registry=https://registry.npmmirror.com -- -t h5
  3. uni-app(跨端应用)

    npm create vtj@latest --registry=https://registry.npmmirror.com -- -t uniapp
  4. 物料开发项目

    npm create vtj@latest --registry=https://registry.npmmirror.com -- -t material

贡献指南

开发环境要求

VTJ 使用了最新的 Vue3 生态技术栈,要求 Node 版本必须是 v20+, 建议使用 nvm 切换 Node 版本。 开发项目工程采用lernapnpm 包管理工具,需要全局安装。

npm install -g lerna@latest pnpm@latest --registry=https://registry.npmmirror.com

如果需要二开或贡献代码,可以拉取仓库master分支。

快速开始

git clone https://gitee.com/newgateway/vtj.git
cd vtj
npm run setup && npm run build && npm run app:dev
  • 首次启动需要执行初始化:npm run setup && npm run build
  • 重启开发环境:npm run app:dev
  • 清理项目:npm run clean 清理后需要重新执行初始化