mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
727 B
727 B
OpenPage
This is an example project, generated by AntOS Development Kit
Howto
- Open the project.apj file with AntOSDK (simply double Click on it)
- Modify the UI in assets/scheme.html
- Modify application code in coffees/main.coffee
- Modify CSS style in css/main.css
- Other files need to be copied: put in to assets
Set up build target
Click Menu> Build > Build Option or simply hit ALT-Y
In the build options dialog, add or remove files that need to be included into the build
Click Save
Build application
- To build: Menu > Build > Build or ALT-C
- To build and run: Menu > Build > Build and Run or CTRL-R
- To release: Menu > Build > Build release or ALT-P