Configuration
Instructions on how to configure your application and development environment.
- Properties
- Vaadin applications have configuration properties that change their behavior.
- Node.js
- Installing and using Node.js locally and in CI servers.
- npm/pnpm
- Configuring the front-end package manager.
- Live Reload
- Learn how to put live reload into use. Live reload automatically applies source code changes, instead of having manually to restart the server and refresh the browser.
- PWA
- Configuring your application as a Progressive Web Application.
- Maven
- All the ways how to configure the Vaadin Maven plugin.
- Source Control
- Track and manage changes to the source code in a Vaadin project.
- Licenses
- How commercial product license validation works, and how to get and use license keys.
- Feature Flags
- Feature flags are a mechanism that allows you to enable and test experimental features. You can also use this mechanism to switch temporarily back to legacy and deprecated behavior, to give yourself more time to migrate your applications not to use them, before they're removed.