Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.35 KB

README.md

File metadata and controls

64 lines (44 loc) · 1.35 KB

vue-jdlstudio

jdlstudio for Vue , JDL Studio is an online JHipster Domain Language visual editor

JDL-Studio

Hello, this is JDL-Studio with Vue, an online tool for drawing UML diagrams for JHipster based on the JDL syntax. It tries to keep its syntax visually as close as possible to the generated UML diagram without resorting to ASCII drawings.

Features

  • 官方版基本功能移植到 vue-jdlstudio 组件
  • 增加 JDLObject 表单编辑器组件
  • 移植 jhipster-Online 前端功能到执行器组件
  • 移植 Jhipster-Online 后端服务到 nodejs

Build

npm run build-bundle

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.