All Projects → 2507483326 → emerge

2507483326 / emerge

Licence: other
代码生成器

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
EJS
674 projects

Projects that are alternatives of or similar to emerge

Clouddisk
使用vue和electron实现的网盘应用(C-Disk)
Stars: ✭ 169 (+284.09%)
Mutual labels:  electron-vue
CloudMusic
使用vue和electron实现的音乐应用(C-Music)
Stars: ✭ 43 (-2.27%)
Mutual labels:  electron-vue
NotifyTools
三国志英杰传游戏复刻 3guoheros;AI-FACES:人脸检测 lfw;C10K:netty/nodejs websocket/socketio长连接;SeetaFaceEngine:源码集成编译;android:联系人备份、天气、进程清理、万年历、行政区划、录音截屏;KOTLIN:BING壁纸;C++C#:COM组件事件回调;JAVA:sqlite数据库转greendao bean;china-pome:唐宋诗词;1bpp-monochrome-bitmap:android bitmap转存单色位图; face-detection:opencv人脸检测;iptools:nodejs/typescript扫描IP;
Stars: ✭ 34 (-22.73%)
Mutual labels:  electron-vue
Electron Vue Template
An Electron & Vue.js quick start
Stars: ✭ 210 (+377.27%)
Mutual labels:  electron-vue
electron-vue-next
A starter template for using vue-next with the electron.
Stars: ✭ 189 (+329.55%)
Mutual labels:  electron-vue
passwall-desktop
PassWall Desktop is the desktop client for PassWall Server written with Electron Vue.
Stars: ✭ 145 (+229.55%)
Mutual labels:  electron-vue
Loginized
Gnome GDM Login Theme Manager. Easy and Fast Login Theme Manipulation
Stars: ✭ 158 (+259.09%)
Mutual labels:  electron-vue
medict
medict a cross platform dictionary application,support mdict (*.mdx/*.mdd) dictionary format
Stars: ✭ 154 (+250%)
Mutual labels:  electron-vue
electron-admin
An electron-vue project.
Stars: ✭ 54 (+22.73%)
Mutual labels:  electron-vue
docker lnmp
一键部署基于docker的LAMP环境,并利用electron + vue 提供gui管理。+++ 可配置的多进程php扩展安装
Stars: ✭ 37 (-15.91%)
Mutual labels:  electron-vue
Electron Vue Admin
vue electron admin template web: http://panjiachen.github.io/vue-admin-template
Stars: ✭ 2,671 (+5970.45%)
Mutual labels:  electron-vue
xpanel
XAMPP control panel alternative
Stars: ✭ 28 (-36.36%)
Mutual labels:  electron-vue
electron-admin-element-vue
Electron Vue3.x Element-UI Admin
Stars: ✭ 37 (-15.91%)
Mutual labels:  electron-vue
Picgo
🚀A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder
Stars: ✭ 15,358 (+34804.55%)
Mutual labels:  electron-vue
vue-flexible-link
Tiny Vue component for Electron to open links in a browser. Ideal for cross environment apps (Web & Native)
Stars: ✭ 22 (-50%)
Mutual labels:  electron-vue
Vue Objccn
🔥 Use Vue.js to develop a cross-platform full stack application / 用 Vue.js 开发的跨三端应用
Stars: ✭ 1,993 (+4429.55%)
Mutual labels:  electron-vue
IKFB
Involution King Fun Book (IKFB, Chinese: 快卷, 卷王快乐本) is an integrated management system for papers and literature. Powered by Electron.
Stars: ✭ 29 (-34.09%)
Mutual labels:  electron-vue
pomotroid
A simple, visually-pleasing, cross-platform, pomodoro timer [DEPRECATED]
Stars: ✭ 14 (-68.18%)
Mutual labels:  electron-vue
GTD-Visualization
全球恐怖袭击数据可视化
Stars: ✭ 31 (-29.55%)
Mutual labels:  electron-vue
12306-electron
🚄 electron-vue构建12306跨平台(Mac、Windows、Linux)客户端
Stars: ✭ 125 (+184.09%)
Mutual labels:  electron-vue

emerge

https://img.shields.io/badge/version-1.0-yellow

可视化代码生成器

数据库和标签

通过新增数据库连接,和拖动标签实现对数据库表相关字段的自定义

数据库

标签

代码生成

通过选择需要生成的模板、和数据库表,生成模板到指定位置

选择模板

选择数据库

完成

模板编写指南

模板

模板采用art-template语法生成, 通过与数据库相关 table 、table.columns 等字段,实现针对于数据库表的代码生成,具体模板插槽规则可以参考artTempalte.js

输出路径

1. 输出路径中可以使用${table}变量这种方式来动态生成输出路径
2. 模板中可以使用 {{ table }}方式使用表格变量

变量提示

1. 可以通过{{table.}}方式,出现代码提示,选择需要的变量

列

1. 可以通过
{{ each  }}
    {{ $value. }}
{{/each}}
方式来对表格中的每个字段进行循环操作

默认模板

上面为常用变量使用方式展示

项目主要功能说明

emerge代码生成器主要是以MYSQL数据库表结合以artTemplate逆向自动生成前后端代码,减少前后端代码重复代码编写

项目主要实现功能

  • mysql数据库连接
  • 自定义表字段扩展
  • 编辑器集成、模板编写、代码提示
  • 代码生成
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].