f

flow-server-production-mode

This is a wrapper project for the web-fragment.xml file that sets productionMode=true. When this jar is added to the classpath of a web application, it will run in production mode automatically. This is better used in conjunction with the compilation and minification of resources for production deployment. See the documentation about ES5 compilation and resource minification at https://vaadin.com/docs/v10/flow/web-components/tutorial-webcomponents-es5.html for more information.
Apache License Version 2.0
文件下载
文件名 操作
flow-server-production-mode-24.3.11.jar 下载
flow-server-production-mode-24.3.11.pom 下载
flow-server-production-mode-24.3.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>flow-server-production-mode</artifactId>
  <version>24.3.11</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin:flow-server-production-mode:24.3.11'
Gradle Kotlin
implementation("com.vaadin:flow-server-production-mode:24.3.11")
Scala SBT
libraryDependencies += "com.vaadin" % "flow-server-production-mode" % "24.3.11"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin', module='flow-server-production-mode', version='24.3.11')
)
Apache Ivy
<dependency org="com.vaadin" name="flow-server-production-mode" rev="24.3.11" />
Leiningen
[com.vaadin/flow-server-production-mode "24.3.11"]
Apache Buildr
'com.vaadin:flow-server-production-mode:jar:24.3.11'