Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

提供超越表单设计器的模块构建速度和质量 #8

Open
jinan5694 opened this issue Nov 1, 2019 · 0 comments
Open

提供超越表单设计器的模块构建速度和质量 #8

jinan5694 opened this issue Nov 1, 2019 · 0 comments
Labels
feature feature

Comments

@jinan5694
Copy link
Owner

思路:通过node生成代码模块。包括api定义,基础增删改查等。

生成器(generator)
负责生成代码,创建,覆盖,命令行交互,页面交互等。

模板(template)
生成器需要选择模板,带增删改查的模块只是一个模板,可以定义多个模板。

问题:
如何与后端建立关联?
双向驱动
后端定义表结构,前端读取表结构,定义模块。
前端定义表结构,驱动后端生成表结构和entity

@jinan5694 jinan5694 added the feature feature label Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature
Projects
None yet
Development

No branches or pull requests

1 participant