Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devleoko/advancedgui-web
Modular graphic web-editor for the AdvancedGUI-System
https://github.com/devleoko/advancedgui-web
Last synced: about 15 hours ago
JSON representation
Modular graphic web-editor for the AdvancedGUI-System
- Host: GitHub
- URL: https://github.com/devleoko/advancedgui-web
- Owner: DevLeoko
- License: other
- Created: 2020-08-12T09:46:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T07:34:48.000Z (over 1 year ago)
- Last Synced: 2023-05-02T08:38:01.566Z (over 1 year ago)
- Language: Vue
- Homepage: https://advancedgui.app
- Size: 1.85 MB
- Stars: 22
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdvancedGUI Web Panel
This is the official Web Panel to create layouts for the AdvancedGUI-System. In it's core it is a graphic editor using Vue and HTML5 Canvas. The panel depends on a minimum of other resources to keep it simple and lightweight.
The code, especially the component and action system, are hightly modular making it very easy to add new and very complex logic with as little code as possible.
## Licensing
Note that even though the project is licensed under our custom MIT based license, third-party materials, such as graphics or fonts may be subject to copyright restrictions or other licenses.## Demo
The master branch is deployed to: https://advancedgui.netlify.app/## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```