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
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Optimizely Vue.js Starter Kit
2
2
3
-
The goal of this repo is to get you to a running Vue app with Optimizely as fast as possible.
3
+
The goal of this repo is to get you to a running [Vue](https://vuejs.org/) app with Optimizely as fast as possible.
4
4
5
5
## Prerequisites
6
6
@@ -16,14 +16,13 @@ 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
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:
19
+
3. 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
20
22
21
```shell
23
22
npm run dev
24
23
```
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.
24
+
4. Click the link to the http://localhost:5173/ address to open a browser to the running Vue app.
25
+
5. Use the "Run" navigation link after reading the Quick Start information on the home page.
0 commit comments