Skip to content

Commit 3e17370

Browse files
committed
Add codesandbox tasks for the vue example
1 parent c75b0c1 commit 3e17370

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
// These tasks will run in order when initializing your CodeSandbox project.
3+
"setupTasks": [
4+
{
5+
"name": "Install Dependencies",
6+
"command": "npm install"
7+
}
8+
],
9+
10+
// These tasks can be run from CodeSandbox. Running one will open a log in the app.
11+
"tasks": {
12+
"start": {
13+
"name": "start",
14+
"command": "npm run start",
15+
"runAtStart": true,
16+
"preview": {
17+
"port": 5173
18+
}
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)