|
1 | | -[](https://vaadin.com/directory/component/vaadin-addon-template) |
2 | | -[](https://mvnrepository.com/artifact/com.xdev-software/vaadin-addon-template) |
3 | | -[](https://github.com/xdev-software/vaadin-addon-template/actions/workflows/checkBuild.yml?query=branch%3Adevelop) |
| 1 | +[](https://vaadin.com/directory/component/vaadin-editable-label) |
| 2 | +[](https://mvnrepository.com/artifact/com.xdev-software/vaadin-editable-label) |
| 3 | +[](https://github.com/xdev-software/vaadin-editable-label/actions/workflows/checkBuild.yml?query=branch%3Adevelop) |
4 | 4 |  |
5 | 5 |
|
6 | | -# vaadin-addon-template |
7 | | -A Vaadin Template Repo |
| 6 | +# vaadin-editable-label |
8 | 7 |
|
9 | | - |
| 8 | +A Vaadin Flow implementation for editable labels |
10 | 9 |
|
| 10 | + |
11 | 11 |
|
12 | 12 | ## Installation |
13 | | -[Installation guide for the latest release](https://github.com/xdev-software/vaadin-addon-template/releases/latest#Installation) |
14 | 13 |
|
| 14 | +[Installation guide for the latest release](https://github.com/xdev-software/vaadin-editable-label/releases/latest#Installation) |
15 | 15 |
|
16 | 16 | ## Run the Demo |
| 17 | + |
17 | 18 | * Checkout the repo |
18 | 19 | * Run ``mvn clean install`` |
19 | | -* Navigate into ``vaadin-addon-template-demo`` |
| 20 | +* Navigate into ``vaadin-addon-template-demo`` |
20 | 21 | * Run ``mvn jetty:run`` |
21 | 22 | * Open http://localhost:8080 |
22 | 23 |
|
23 | | - |
24 | 24 | <details> |
25 | 25 | <summary>Show example</summary> |
26 | 26 |
|
27 | 27 |  |
28 | 28 | </details> |
29 | 29 |
|
30 | | - |
31 | 30 | ## Dependencies and Licenses |
32 | | -View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/vaadin-addon-template/dependencies/) |
33 | 31 |
|
| 32 | +View the [license of the current project](LICENSE) or |
| 33 | +the [summary including all dependencies](https://xdev-software.github.io/vaadin-editable-label/dependencies/) |
34 | 34 |
|
35 | | -## Releasing [](https://github.com/xdev-software/vaadin-addon-template/actions/workflows/release.yml) |
| 35 | +## Releasing [](https://github.com/xdev-software/vaadin-editable-label/actions/workflows/release.yml) |
36 | 36 |
|
37 | 37 | Before releasing: |
38 | | -* Consider doing a [test-deployment](https://github.com/xdev-software/vaadin-addon-template/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing. |
| 38 | + |
| 39 | +* Consider doing |
| 40 | + a [test-deployment](https://github.com/xdev-software/vaadin-editable-label/actions/workflows/test-deploy.yml?query=branch%3Adevelop) |
| 41 | + before actually releasing. |
39 | 42 | * Check the [changelog](CHANGELOG.md) |
40 | 43 |
|
41 | | -If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes |
| 44 | +If the ``develop`` is ready for release, create a pull request to the ``main``-Branch and merge the changes |
42 | 45 |
|
43 | 46 | When the release is finished do the following: |
44 | | -* Merge the auto-generated PR (with the incremented version number) back into the ``develop`` |
45 | | -* Upload the generated release asset zip into the [Vaadin Directory](https://vaadin.com/directory) and update the component there |
46 | 47 |
|
| 48 | +* Merge the auto-generated PR (with the incremented version number) back into the ``develop`` |
| 49 | +* Upload the generated release asset zip into the [Vaadin Directory](https://vaadin.com/directory) and update the |
| 50 | + component there |
47 | 51 |
|
48 | 52 | ## Developing |
49 | 53 |
|
|
0 commit comments