Promote React Arco client into apps
This commit is contained in:
@@ -20,7 +20,7 @@ go run ./cmd/api
|
||||
启动 Web 客户端:
|
||||
|
||||
```powershell
|
||||
Set-Location apps/web
|
||||
Set-Location apps/senlinai-acro-react
|
||||
npm run dev
|
||||
```
|
||||
|
||||
@@ -84,11 +84,10 @@ go test ./... -v
|
||||
Web:
|
||||
|
||||
```powershell
|
||||
Set-Location apps/web
|
||||
npx tsc --noEmit -p tsconfig.app.json
|
||||
npm test -- --run
|
||||
Set-Location apps/senlinai-acro-react
|
||||
node scripts/visual-check.mjs
|
||||
npm run build
|
||||
npx playwright test
|
||||
npm run lint
|
||||
```
|
||||
|
||||
桌面端:
|
||||
|
||||
Reference in New Issue
Block a user