aa
This commit is contained in:
parent
70ff15bee7
commit
ee288c8211
@ -1,3 +1,9 @@
|
|||||||
### api測試
|
## 使用步驟
|
||||||
|
```
|
||||||
|
cd api_demo
|
||||||
|
npm install
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
## api測試
|
||||||
一個table表對應一個ts檔,定義api呼叫方式在一個class,將這些ts檔放在api資料夾內
|
一個table表對應一個ts檔,定義api呼叫方式在一個class,將這些ts檔放在api資料夾內
|
||||||
index.ts將這些class整理起來並實例化,export給前端tsx用
|
index.ts將這些class整理起來並實例化,export給前端tsx用
|
Loading…
Reference in New Issue
Block a user