Sistema de creacion de tickets para soporte tecnico
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.
 
 
 
 
Marco Antonio Ramírez Galván 3949f05140 Se agregaron diseños visuales a la interfaz de usuario con imagenes de fondo y estilos 11 months ago
..
README.md Esta version ya funciona otra vez 1 year ago
dev.bundle Se cambio el diseño de la vista de login y unos pequeños modificaciones a la vista de crear tickets 1 year ago
prod.bundle Se agregaron diseños visuales a la interfaz de usuario con imagenes de fondo y estilos 11 months ago

README.md

This directory is automatically generated by Vaadin and contains the pre-compiled frontend files/resources for your project (frontend development bundle).

It should be added to Version Control System and committed, so that other developers do not have to compile it again.

Frontend development bundle is automatically updated when needed:

  • an npm/pnpm package is added with @NpmPackage or directly into package.json
  • CSS, JavaScript or TypeScript files are added with @CssImport, @JsModule or @JavaScript
  • Vaadin add-on with front-end customizations is added
  • Custom theme imports/assets added into 'theme.json' file
  • Exported web component is added.

If your project development needs a hot deployment of the frontend changes, you can switch Flow to use Vite development server (default in Vaadin 23.3 and earlier versions):

  • set vaadin.frontend.hotdeploy=true in application.properties
  • configure vaadin-maven-plugin:
   <configuration>
       <frontendHotdeploy>true</frontendHotdeploy>
   </configuration>
  • configure jetty-maven-plugin:
   <configuration>
       <systemProperties>
           <vaadin.frontend.hotdeploy>true</vaadin.frontend.hotdeploy>
       </systemProperties>
   </configuration>

Read more about Vaadin development mode.