Frontend/進階_React框架/demo/api_demo/README.md
Lin Weiting ee288c8211 aa
2025-02-10 18:51:41 +08:00

9 lines
253 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 使用步驟
```
cd api_demo
npm install
npm run dev
```
## api測試
一個table表對應一個ts檔定義api呼叫方式在一個class將這些ts檔放在api資料夾內
index.ts將這些class整理起來並實例化export給前端tsx用