You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

clientsideapp-compiling.asciidoc 980B

123456789101112131415161718192021222324252627
  1. ---
  2. title: Compiling and Running a Client-Side Application
  3. order: 3
  4. layout: page
  5. ---
  6. [[clientsideapp.compiling]]
  7. = Compiling and Running a Client-Side Application
  8. __Compilation of client-side modules other than widget sets with the Vaadin
  9. Plugin for Eclipse has recent changes and limitations at the time of writing of
  10. this edition and the information given here may not be accurate.__
  11. The application needs to be compiled into JavaScript to run it in a browser. For
  12. deployment, and also initially for the first time when running the Development
  13. Mode, you need to do the compilation with the Vaadin Client Compiler, as
  14. described in
  15. <<../clientside/clientside-compiling#clientside.compiling,"Compiling
  16. a Client-Side Module">>.
  17. During development, it is easiest to use the SuperDevMode, which also quickly
  18. launching the client-side code and also allows debugging. See
  19. <<../clientside/clientside-debugging#clientside.debugging,"Debugging
  20. Client-Side Code">> for more details.