Skip to content

Commit 29ef94a

Browse files
committed
[dev] Updated scripts
1 parent cd3fe17 commit 29ef94a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,16 @@ Clone the repository or download files.
1010

1111
```
1212
yarn
13-
yarn dev
13+
yarn start
1414
```
15+
16+
or
17+
18+
```
19+
npm install
20+
npm run start
21+
```
22+
1523
You can also use [GitHub Codespaces](https://docs.github.com/en/codespaces/developing-in-a-codespace/creating-a-codespace-for-a-repository) to run online.
1624

1725
## Useful links

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
7-
"dev": "volar-preview-vite",
7+
"start": "volar-preview-vite",
88
"build": "vue-tsc && vite build",
99
"preview": "vite preview"
1010
},

0 commit comments

Comments
 (0)