docs: open project in a new window of vs code (#2424)

This commit is contained in:
kevinadhiguna 2021-12-17 16:33:12 +07:00 committed by GitHub
parent 1b1fd203c5
commit 5ae1d05fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ npx nuxi init nuxt3-app
Open `nuxt3-app` folder in visual studio code:
```bash
code -r nuxt3-app
code nuxt3-app
```
Install the dependencies: