Skip to content

Commit 5379fed

Browse files
committed
Cleanup
1 parent e9c8901 commit 5379fed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contributed/vue-starter/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ A sample Adobe Express Add-on that demonstrates how to build an add-on using Vue
44

55
## What This App Does
66

7-
This starter template demonstrates a best practice approach for integrating Vue.js with the Adobe Express Add-on SDK:
7+
This starter sample demonstrates a best practice approach for integrating Vue.js with the Adobe Express Add-on SDK:
88

9-
1. **SDK Integration via Dependency Injection**: The app uses Vue's provide/inject pattern to make the Adobe Express SDK available throughout the component tree without relying on global variables.
9+
1. **SDK Integration via Dependency Injection**: The app uses Vue's provide/inject pattern to make the Adobe Express SDK available throughout the component tree.
1010

1111
2. **Asynchronous SDK Loading**: The Add-on UI SDK is loaded asynchronously and initialized before the Vue app is mounted, ensuring that the SDK is ready for use when components need it.
1212

@@ -25,6 +25,7 @@ The application implements the following pattern:
2525
## Overview
2626

2727
This project showcases:
28+
2829
- Vue.js integration with Adobe Express Add-ons
2930
- Single-file component (SFC) architecture
3031
- Proper SDK injection pattern using Vue's dependency injection

0 commit comments

Comments
 (0)