License |
License |
---|---|
Categories |
CategoriesVaadin User Interface Web Frameworks |
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdflow-server-production-mode |
Last Version | Last Version23.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlow 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.
|
<!-- https://jarcasting.com/artifacts/com.vaadin/flow-server-production-mode/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-server-production-mode</artifactId>
<version>23.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/flow-server-production-mode/
implementation 'com.vaadin:flow-server-production-mode:23.1.2'
// https://jarcasting.com/artifacts/com.vaadin/flow-server-production-mode/
implementation ("com.vaadin:flow-server-production-mode:23.1.2")
'com.vaadin:flow-server-production-mode:jar:23.1.2'
<dependency org="com.vaadin" name="flow-server-production-mode" rev="23.1.2">
<artifact name="flow-server-production-mode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-server-production-mode', version='23.1.2')
)
libraryDependencies += "com.vaadin" % "flow-server-production-mode" % "23.1.2"
[com.vaadin/flow-server-production-mode "23.1.2"]