🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@fate-vtj/core

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fate-vtj/core

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

latest
npmnpm
Version
0.13.28-fix
Version published
Weekly downloads
10
-37.5%
Maintainers
1
Weekly downloads
 
Created
Source

Copyright (c) 2025 quqingfei

Based on code Copyright (c) 2023 chenhuachun

This package is a forked and modified version of VTJ.PRO/VTJ.

Changes: 增强setup函数能力,使其能够兼容ref及js表达式.

Original license: MIT.

更改如图(setup支持js表达式和ref定义): 更改如图(setup判断条件仅要求必要参数): 更改如图(设计页面增加setup函数查看): 更改如图(绑定变量时可使用setup返回的变量): 更改如图(DSL增加了$setup字段):

VTJ.PRO ( AI + 低代码 )

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

特性

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

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

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

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

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

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

体验

在线体验

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

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

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

  • Web应用(PC端)

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

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

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

    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 清理后需要重新执行初始化

Keywords

低代码引擎

FAQs

Package last updated on 23 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts