antosdk-apps/TinyEditor
2019-05-06 16:08:46 +02:00
..
assets add TinyEditor package 2018-07-24 17:18:07 +00:00
build add object visualzation to playground 2019-05-06 16:08:46 +02:00
coffees fix 2018-07-25 14:20:13 +00:00
css add TinyEditor package 2018-07-24 17:18:07 +00:00
package.json fix 2018-07-25 14:20:13 +00:00
project.apj add TinyEditor package 2018-07-24 17:18:07 +00:00
README.md Update README.md 2018-09-29 11:20:35 +02:00

TinyEditor

This is the example project for the tutorial: https://blog.lxsang.me/post/id/20

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