Skip to content

Commit 751647d

Browse files
committed
doc: update dev info
1 parent 1c68c81 commit 751647d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Vue 3 + TypeScript + Vite
22

3-
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
3+
## ⚙️ Development
4+
5+
Install latest version `pnpm` and restart your terminal if necessary.
6+
7+
### Install
8+
9+
Install all packages in the repository.
10+
11+
```
12+
pnpm i
13+
```
14+
15+
### Dev
16+
17+
```
18+
pnpm dev
19+
```
20+
421

522
## Recommended IDE Setup
623

0 commit comments

Comments
 (0)