class |
AbstractTaskClientGenerator |
Abstract class for generating client files.
|
class |
NodeTasks |
An executor that it's run when the servlet context is initialised in dev-mode
or when flow-maven-plugin goals are run.
|
class |
NodeUpdater |
Base abstract class for frontend updaters that needs to be run when in
dev-mode or from the flow maven plugin.
|
class |
TaskCopyFrontendFiles |
Copies JavaScript and CSS files from JAR files into a given folder.
|
class |
TaskCopyLocalFrontendFiles |
Copies JavaScript files from the given local frontend folder.
|
class |
TaskCopyTemplateFiles |
Copies template files to the target folder so as to be available for parsing
at runtime in production mode.
|
class |
TaskGenerateBootstrap |
|
class |
TaskGenerateFeatureFlags |
|
class |
TaskGenerateIndexHtml |
Generate index.html if it is missing in frontend folder.
|
class |
TaskGenerateIndexTs |
Generate index.js if it is missing in frontend folder.
|
class |
TaskGeneratePackageJson |
Creates the package.json if missing.
|
class |
TaskGenerateServiceWorker |
Generate index.html if it is missing in frontend folder.
|
class |
TaskGenerateTsConfig |
Generate tsconfig.json if it is missing in project folder.
|
class |
TaskGenerateTsDefinitions |
Generate types.d.ts if it is missing in project folder and
tsconfig.json exists in project folder.
|
class |
TaskGenerateViteDevMode |
Generate vite-devmode.ts if it is missing in frontend/generated
folder.
|
class |
TaskGenerateWebComponentBootstrap |
|
class |
TaskGenerateWebComponentHtml |
Generate web-component.html if it is missing in frontend folder.
|
class |
TaskInstallWebpackPlugins |
Task that installs any Flow webpack plugins into node_modules/@vaadin for use
with webpack compilation.
|
class |
TaskNotifyWebpackConfExistenceWhileUsingVite |
Notifies the user about the existence of webpack.config.js while the project
is running Vite as the frontend build tool.
|
class |
TaskRunNpmInstall |
Run npm install after dependencies have been updated.
|
class |
TaskUpdateImports |
An updater that it's run when the servlet context is initialised in dev-mode
or when flow-maven-plugin goals are run in order to update Flow imports file
and "jar-resources" contents by visiting all
classes with JsModule and Theme annotations.
|
class |
TaskUpdatePackages |
Updates package.json by visiting NpmPackage annotations
found in the classpath.
|
class |
TaskUpdateSettingsFile |
Creates a vaadin-dev-server-settings.json file for use with dev server
configuration.
|
class |
TaskUpdateThemeImport |
Task generating the theme definition file 'theme.js' for importing
application theme into the generated frontend directory.
|
class |
TaskUpdateVite |
Updates the Vite configuration files according with current project settings.
|
class |
TaskUpdateWebpack |
Updates the webpack config file according with current project settings.
|