All Projects → furioussoul → Esview

furioussoul / Esview

Licence: mit
此项目已暂停开发

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Esview

Generator
Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!
Stars: ✭ 237 (-68.86%)
Mutual labels:  generator, codegen
modelina
Library for generating data models based on inputs such as AsyncAPI, OpenAPI, or JSON Schema documents.
Stars: ✭ 55 (-92.77%)
Mutual labels:  generator, codegen
prisma-tgql-types-gen
◭ Prisma generator for generating TypeGraphQL class types and enums with allowing to edit the generated output without being overwritten 💪
Stars: ✭ 32 (-95.8%)
Mutual labels:  generator, codegen
Openapi Typescript Codegen
NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification
Stars: ✭ 249 (-67.28%)
Mutual labels:  generator, codegen
lowcode
React Lowcode - prototype, develop and maintain internal apps easier
Stars: ✭ 32 (-95.8%)
Mutual labels:  generator, codegen
Eigengrau S Essential Establishment Generator
A town generator that is suitable for out of the box play in any fantasy TTRPG setting.
Stars: ✭ 523 (-31.27%)
Mutual labels:  generator, dnd
Pdfgenerator
A simple generator of PDF written in Swift.
Stars: ✭ 629 (-17.35%)
Mutual labels:  generator
React Styleguide Generator
Easily generate a good-looking styleguide by adding some documentation to your React project.
Stars: ✭ 701 (-7.88%)
Mutual labels:  generator
Layoutit Grid
Layoutit grid is a CSS Grid layout generator. Quickly draw down web pages layouts with our clean editor, and get HTML and CSS code to quickstart your next project.
Stars: ✭ 617 (-18.92%)
Mutual labels:  generator
Homebrewery
Create authentic looking D&D homebrews using only markdown
Stars: ✭ 598 (-21.42%)
Mutual labels:  dnd
Iconizer
Create Xcode asset catalogs swift and painless. Generate images for macOS and iOS app icons, launch images and image sets.
Stars: ✭ 751 (-1.31%)
Mutual labels:  generator
Inkwell
It's a New Kind of Wrapper for Exposing LLVM (Safely)
Stars: ✭ 732 (-3.81%)
Mutual labels:  codegen
Figma To Flutter
A Dart code generator that converts Figma components to Flutter widgets.
Stars: ✭ 694 (-8.8%)
Mutual labels:  generator
Vue Table With Tree Grid
A table (with tree-grid) component for Vue.js 2.0. (Its style extends @iView)
Stars: ✭ 658 (-13.53%)
Mutual labels:  iview
Generator Ng Fullstack
Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
Stars: ✭ 701 (-7.88%)
Mutual labels:  generator
Wire
Compile-time Dependency Injection for Go
Stars: ✭ 7,091 (+831.8%)
Mutual labels:  codegen
Reactprimer
React component prototyping tool that generates fully connected class component code.
Stars: ✭ 743 (-2.37%)
Mutual labels:  generator
Pdoc
🐍 ➡️ 📜 Auto-generate API documentation for Python projects
Stars: ✭ 604 (-20.63%)
Mutual labels:  generator
Genie
GENie - Project generator tool
Stars: ✭ 693 (-8.94%)
Mutual labels:  generator
Iview Weapp
一套高质量的微信小程序 UI 组件库
Stars: ✭ 6,145 (+707.49%)
Mutual labels:  iview

此项目已暂停开发

 中文

Esview

License

 

Introduction

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.

QQ图片20171027113639.png

Online Demo

http://47.97.220.227:9090/#/

Doc

1 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.

Install

frontend: 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'.

Theory

How 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.  

License

MIT

Copyright (c) 2017-present, SunZhengJie(Furioussoulk)

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].