Frontend/進階_React框架/README.md
Tim_note 30e88f9ea1 aa
2025-02-08 01:29:56 +08:00

15 lines
299 B
Markdown
Raw 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.

### 文件導航測試
- [(必要)了解基本知識](docs/Nodejs.md)
# React
## 基於VUE 可以更有效率地進行前端省了很多路由部分可以直接創建Page即可開始
先下載Node.js 並安裝
於準備開發的資料夾下方開啟CMD
檢查有無node.js
```
npm -v
```