# sageui **Repository Path**: fundodoo/sageui ## Basic Information - **Project Name**: sageui - **Description**: 基于bootstrap的可视化界面编程 ---本项目基于https://github.com/givanz/VvvebJs做的二次开发 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 3 - **Created**: 2018-06-21 - **Last Updated**: 2021-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GUI Builder: A Drag-and-Drop Web App GUI Builder is a drag and drop ui builder to help developers create static web pages faster --- Check out [Chinese Docs](https://iwangbowen.github.io/UI-Builder/) for more information ## Preview ![UI Builder Preview](./ui-builder.gif) The preview shown above is on branch `gridster-snap` right now, you can check out this branch to try it out. The master branch has adopted a different approach to the design and implementation and is in the active deveelopment currently. ## What it does - Draggable widgets - Resizable widgets - Drag and drop components into widgets - Configure components attributes - Generate JavaScript code - Edit different web pages at the same time - Save automatically - Download created web pages and upload them to edit again ## Getting started 1. Install development dependencies: ```sh npm install ``` 2. Build app ```sh npm run build:dev ``` 3. Start app ```sh npm run start ``` ## Project maintainers This project is maintained by [Bowen Wang](https://github.com/iwangbowen) and friends. Use of this project under the [MIT License](LICENSE.md).