This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
sonist
Archived
1
0
Fork 0

增加vscode的调试方式

2.x
宇天 2019-01-19 03:02:55 +08:00
parent 29671d9e39
commit e4b6479da5
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@
```bash
cd project #你下载的项目所在的目录
npm i && npm start
npm i
npm start # 如果你使用vscode打开项目, 则可以直接按F5运行
```