Skip to content

Commit eca8427

Browse files
committed
chore: add docs
1 parent 5d59c11 commit eca8427

File tree

13 files changed

+313
-263
lines changed

13 files changed

+313
-263
lines changed

.vscode/launch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
"type": "node-terminal",
3737
"cwd": "${workspaceFolder}/apps/taro-app"
3838
},
39+
{
40+
"command": "npm run init",
41+
"name": "[Taro] init",
42+
"request": "launch",
43+
"type": "node-terminal",
44+
"cwd": "${workspaceFolder}/apps/taro-app"
45+
},
3946
{
4047
"command": "npm run build:ui",
4148
"name": "[Taro] build:ui",

0 commit comments

Comments
 (0)