2
2
import WelcomeItem from ' ./WelcomeItem.vue'
3
3
import DocumentationIcon from ' ./icons/IconDocumentation.vue'
4
4
import ToolingIcon from ' ./icons/IconTooling.vue'
5
- import EcosystemIcon from ' ./icons/IconEcosystem.vue'
6
- import CommunityIcon from ' ./icons/IconCommunity.vue'
5
+ import GetStartedIcon from ' ./icons/IconGetStarted.vue'
7
6
import SupportIcon from ' ./icons/IconSupport.vue'
8
7
</script >
9
8
@@ -12,11 +11,12 @@ import SupportIcon from './icons/IconSupport.vue'
12
11
<template #icon >
13
12
<DocumentationIcon />
14
13
</template >
15
- <template #heading >Documentation</template >
14
+ <template #heading >Quick Start Documentation</template >
16
15
17
- Vue’s
18
- <a href =" https://vuejs.org/" target =" _blank" rel =" noopener" >official documentation</a >
19
- provides you with all information you need to get started.
16
+ We'll be following much of the
17
+ <a href =" https://docs.developers.optimizely.com/feature-experimentation/docs/react-quickstart" target =" _blank"
18
+ rel =" noopener" >Optimizely React quick start documentation</a >
19
+ as a basis for this example app.
20
20
</WelcomeItem >
21
21
22
22
<WelcomeItem >
@@ -25,62 +25,43 @@ import SupportIcon from './icons/IconSupport.vue'
25
25
</template >
26
26
<template #heading >Tooling</template >
27
27
28
- This project is served and bundled with
29
- <a href =" https://vitejs.dev/guide/features.html" target =" _blank" rel =" noopener" >Vite</a >. The
30
- recommended IDE setup is
31
- <a href =" https://code.visualstudio.com/" target =" _blank" rel =" noopener" >VSCode</a > +
32
- <a href =" https://github.com/johnsoncodehk/volar" target =" _blank" rel =" noopener" >Volar</a >. If
33
- you need to test your components and web pages, check out
34
- <a href =" https://www.cypress.io/" target =" _blank" rel =" noopener" >Cypress</a > and
35
- <a href =" https://on.cypress.io/component" target =" _blank" >Cypress Component Testing</a >.
28
+ <p >
29
+ We've created this project using the standard Vue tooling and wrapped it in a
30
+ <a href =" https://containers.dev/" target =" _blank" rel =" noopener" >Dev Container</a >
31
+ for use with VS Code.
32
+ </p >
36
33
37
- <br />
38
-
39
- More instructions are available in <code >README.md</code >.
40
- </WelcomeItem >
41
-
42
- <WelcomeItem >
43
- <template #icon >
44
- <EcosystemIcon />
45
- </template >
46
- <template #heading >Ecosystem</template >
47
-
48
- Get official tools and libraries for your project:
49
- <a href =" https://pinia.vuejs.org/" target =" _blank" rel =" noopener" >Pinia</a >,
50
- <a href =" https://router.vuejs.org/" target =" _blank" rel =" noopener" >Vue Router</a >,
51
- <a href =" https://test-utils.vuejs.org/" target =" _blank" rel =" noopener" >Vue Test Utils</a >, and
52
- <a href =" https://github.com/vuejs/devtools" target =" _blank" rel =" noopener" >Vue Dev Tools</a >. If
53
- you need more resources, we suggest paying
54
- <a href =" https://github.com/vuejs/awesome-vue" target =" _blank" rel =" noopener" >Awesome Vue</a >
55
- a visit.
34
+ <p >
35
+ More instructions are available in
36
+ <code >README</code >
37
+ document.
38
+ </p >
56
39
</WelcomeItem >
57
40
58
41
<WelcomeItem >
59
42
<template #icon >
60
- <CommunityIcon />
43
+ <GetStartedIcon />
61
44
</template >
62
- <template #heading >Community </template >
45
+ <template #heading >Get Started </template >
63
46
64
- Got stuck? Ask your question on
65
- <a href =" https://chat.vuejs.org" target =" _blank" rel =" noopener" >Vue Land</a >, our official
66
- Discord server, or
67
- <a href =" https://stackoverflow.com/questions/tagged/vue.js" target =" _blank" rel =" noopener"
68
- >StackOverflow</a
69
- >. You should also subscribe to
70
- <a href =" https://news.vuejs.org" target =" _blank" rel =" noopener" >our mailing list</a > and follow
71
- the official
72
- <a href =" https://twitter.com/vuejs" target =" _blank" rel =" noopener" >@vuejs</a >
73
- twitter account for latest news in the Vue world.
47
+ <p >
48
+ Once you have your Optimizely SDK key, you can add it to the
49
+ <code >src/App.vue</code >.
50
+ Then, click the Run nav link 👈 to see the example in action.
51
+ </p >
74
52
</WelcomeItem >
75
53
76
54
<WelcomeItem >
77
55
<template #icon >
78
56
<SupportIcon />
79
57
</template >
80
- <template #heading >Support Vue </template >
58
+ <template #heading >Optimizely Support </template >
81
59
82
- As an independent project, Vue relies on community backing for its sustainability. You can help
83
- us by
84
- <a href =" https://vuejs.org/sponsor/" target =" _blank" rel =" noopener" >becoming a sponsor</a >.
85
- </WelcomeItem >
86
- </template >
60
+ If you have any qusetions about implementing Feature Experimentation, reach out to your Optimizely representative. You
61
+ can also check out the
62
+ the
63
+ <a href =" https://docs.developers.optimizely.com/feature-experimentation/docs" target =" _blank" rel =" noopener" >SDK
64
+ documentation</a >
65
+ or GOTO our
66
+ <a href =" https://support.optimizely.com/hc/en-us" target =" _blank" rel =" noopener" >support site</a >.
67
+ </WelcomeItem ></template >
0 commit comments