mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2026-01-02 20:42:29 +08:00
update readme
This commit is contained in:
15
README.md
15
README.md
@@ -45,23 +45,20 @@
|
||||
[GuiLite Previewer](https://github.com/idea4good/GuiLitePreviewer) is a Visual Studio Code extension, could extract GUI information from C++ code and preview GUI at preview page(What you see is what you get)
|
||||

|
||||
***
|
||||
### Support Docker Container
|
||||
We build GuiLite demo as docker image, you can update/deploy/run the latest GuiLite demo on your device with single command below:
|
||||
- `sudo docker run -it --privileged -v /dev:/dev-share idea4good/gui-lite:latest bash /run.sh`
|
||||
***
|
||||
### Easy customization
|
||||

|
||||
### Gorgeous UI
|
||||

|
||||
***
|
||||
### Multi-language:
|
||||

|
||||
***
|
||||
### Multi-theme
|
||||

|
||||
***
|
||||
### IoT Solution & Code Telemetry
|
||||
- Report build activities to cloud:<br>
|
||||
- Sync running data to cloud:<br>
|
||||
***
|
||||
### Support Docker
|
||||
We build GuiLite demo as docker image, you can update/deploy/run the latest GuiLite demo on your device with single command below:
|
||||
- `sudo docker run -it --privileged -v /dev:/dev-share idea4good/gui-lite:latest bash /run.sh`
|
||||
***
|
||||
## Start with Demo
|
||||
GuiLite is only a framework, could not create UI by itself. In order to show how to build UI App with it, We provide some samples for you.
|
||||
- Sample code [here](https://github.com/idea4good/GuiLiteSamples).
|
||||
|
||||
Reference in New Issue
Block a user