Skip to content

Commit

Permalink
fix: 修改项目运行教程步骤
Browse files Browse the repository at this point in the history
  • Loading branch information
ennnncy committed Mar 24, 2024
1 parent 37f681c commit 2003e44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"eslint.validate": ["javascript", "javascriptreact", "vue"],
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
/** 样式自动生成 */
Expand Down
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ pnpm install
cd packages/web
npm run dev
# 终端2
cd packages/app

# 编译 common 库
cd packages/common
npx tsc
# 回到 app 项目,并运行
cd ../app
npm run dev
```

Expand Down

0 comments on commit 2003e44

Please # to comment.