antosdk-apps/OpenPage
2018-09-16 20:26:49 +02:00
..
assets minor fix 2018-09-16 20:26:49 +02:00
build/release minor fix 2018-09-16 20:26:49 +02:00
coffees minor fix 2018-09-16 20:26:49 +02:00
css 1st working version, annotation is still not work correctly 2018-09-15 21:36:01 +02:00
javascripts style definition 2018-09-15 01:12:36 +02:00
package.json minor fix 2018-09-16 20:26:49 +02:00
project.apj minor fix 2018-09-16 20:26:49 +02:00
README.md open page 2018-09-13 00:41:06 +02:00

OpenPage

This is an example project, generated by AntOS Development Kit

Howto

  1. Open the project.apj file with AntOSDK (simply double Click on it)
  2. Modify the UI in assets/scheme.html
  3. Modify application code in coffees/main.coffee
  4. Modify CSS style in css/main.css
  5. 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