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: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,25 @@ To run the application, you need to have the following installed:
15
15
To get started with the application, follow these steps:
16
16
17
17
1. Open Visual Studio Code and press `Ctrl + Shift + P` (or `Cmd + Shift + P` on macOS) to open the command palette. Type "Dev Containers: Clone Repository in Container Volume" and press Enter.
18
-
2. Enter the repository address `https://github.com/optimizely/vue-js-starter-kit`
19
-
3.Choose the `main` branch
20
-
4. Once the repository is cloned and opened in the dev container, run the project by opening a terminal in Visual Studio Code (press `Ctrl + ` (or `Cmd + ` on macOS)) and execute the following command:
18
+
2. Enter the repository address `https://github.com/optimizely/vue-js-starter-kit`.
19
+
3.If asked, choose the `main` branch.
20
+
4. Once the repository is cloned and opened in the dev container, run the project by opening a terminal in Visual Studio Code (press ```Ctrl + ` ```(or ```Cmd + ` ```on macOS) and execute the following command:
21
21
22
22
```shell
23
23
npm run dev
24
24
```
25
+
5. Click the link to the http://localhost:5173/ address to open a browser to the running Vue app.
26
+
6. Use the "Run" navigation link after reading the Quick Start information on the home page.
27
+
28
+
## To Exit
29
+
30
+
1. Type `q` in the terminal panel where your `npm run dev` was running.
31
+
2. Press `Ctrl + Shift + P` (or `Cmd + Shift + P` on macOS) to open the command palette.
32
+
3. Select the "Remote: Close Remote Connection" command, which will close the project and exit the running container.
25
33
26
34
## What To Do From Here
27
35
28
-
Take a look at the following Optimizely resources:
36
+
Take a look at the following Optimizely resources to support experimentation and feature flagging for your Vue project:
0 commit comments