docs: switch frontend handoff docs to pure javascript
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Frontend Implementation Checklist
|
||||
|
||||
## A. 專案初始化
|
||||
- [ ] 建立 `src/api/http.ts`
|
||||
- [ ] 建立 `src/stores/auth.ts`
|
||||
- [ ] 建立 `src/stores/permission.ts`
|
||||
- [ ] 建立 `src/api/http.js`
|
||||
- [ ] 建立 `src/stores/auth.js`
|
||||
- [ ] 建立 `src/stores/permission.js`
|
||||
- [ ] 配置 `VITE_API_BASE_URL`
|
||||
|
||||
## B. API 對接
|
||||
|
||||
Reference in New Issue
Block a user