Package | Description |
---|---|
com.vaadin.flow.server.frontend |
Modifier and Type | Class and Description |
---|---|
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 |
TaskCreatePackageJson
Creates the
package.json if missing. |
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
node_module/@vaadin/flow-frontend contents by visiting all
classes with JsModule HtmlImport and Theme
annotations. |
class |
TaskUpdatePackages
Updates
package.json by visiting NpmPackage annotations
found in the classpath. |
class |
TaskUpdateWebpack
Updates the webpack config file according with current project settings.
|
Copyright © 2020. All rights reserved.