此项目已暂停开发
中文
Esview
Esview is a vue page code generator based on iview-ui.
You can get .vue file code by dnd components on esview.
Also you can customize your own draggable components.
http://47.97.220.227:9090/#/
Doc1 generate code:
You can assemble page by dragging components on the left side and drop them into the middle section.
Click 'code' on the action bar to see generated code and click copy to get code.
2 customize own draggable components:
You should know how to register components on vue,so this is the first step,
second step is to go to page 'Develop->ManageControl',copy code of 'Div',
and modify exports.* according to your own components,click save and you will see it on assemble page.
Installfrontend: Esview uses vue and iview,so the code generated must rely on vue and iview.
backend: Java(springboot),so you must install jdk firstly.
database:mysql,the sql file is on directory 'server',named 'soul-esview.sql'.
TheoryHow to implement dnd:I use html api,the code is in dnd.js .
How to generate code:The data structure behind assembled page is a syntax tree,
I use recursive downward parsing to get the final .vue code.
LicenseMIT
Copyright (c) 2017-present, SunZhengJie(Furioussoulk)
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。