You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributed/vue-starter/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ A sample Adobe Express Add-on that demonstrates how to build an add-on using Vue
4
4
5
5
## What This App Does
6
6
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:
8
8
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.
10
10
11
11
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.
12
12
@@ -25,6 +25,7 @@ The application implements the following pattern:
25
25
## Overview
26
26
27
27
This project showcases:
28
+
28
29
- Vue.js integration with Adobe Express Add-ons
29
30
- Single-file component (SFC) architecture
30
31
- Proper SDK injection pattern using Vue's dependency injection
0 commit comments