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.
Henri Sara a838d98204 Replace CRLF with LF (#10062) il y a 6 ans
..
css Build vaadin-all with maven il y a 8 ans
img Build vaadin-all with maven il y a 8 ans
licenses Replace CRLF with LF (#10062) il y a 6 ans
README.TXT Updated READMEs il y a 8 ans
license.html Add mobile html5 dnd support using polyfill (#9282) il y a 7 ans

README.TXT

This Vaadin zip contains all the jars of the Vaadin Framework. Additionally all dependencies are provided in the lib folder.

To use in a web project:
1. Copy following files from the archive root into WEB-INF/lib in your project:
- vaadin-server-*.jar
- vaadin-shared-*.jar
- vaadin-themes-*.jar
- vaadin-push-*.jar (if you need push)

2. Copy following files from the archive /lib into WEB-INF/lib in your project:
- vaadin-slf4j-jdk14-*.jar
- flute-*.jar
- guava-*.jar
- js-*.jar
- jsoup-*.jar
- sac-*.jar
- streamhtmlparser-jsilver-*.jar
- atmosphere-runtime-*.jar (if you need push)

3. Copy vaadin-client and vaadin-client-compiler to a lib folder which is on your classpath but will not be deployed.
These files are only needed when compiling a module (widget set) to Javascript.

4. Read https://vaadin.com/docs/-/part/framework/application/application-overview.html#application.overview to start your development