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.

clientside-installing.asciidoc 597B

123456789101112131415161718
  1. ---
  2. title: Installing the Client-Side Development Environment
  3. order: 2
  4. layout: page
  5. ---
  6. [[clientside.installing]]
  7. = Installing the Client-Side Development Environment
  8. The installation of the client-side development libraries is described in
  9. <<dummy/../../../framework/getting-started/getting-started-overview.asciidoc#getting-started.overview,"Getting
  10. Started with Vaadin">>. You especially need the [filename]#vaadin-client#
  11. library, which contains the client-side Java API, and
  12. [filename]#vaadin-client-compiler#, which contains the Vaadin Client Compiler
  13. for compiling Java to JavaScript.