Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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.