Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 2.26 KB

README.md

File metadata and controls

44 lines (34 loc) · 2.26 KB

form-lab-react

測試 React Material-UI 並且實作下載功能。

建置環境

  1. react-router-dom
  2. material-ui/core
  3. material-ui/icons
  4. react-pdf/renderer v2.0.17

安裝與執行步驟 (Installation and Execution)

  1. 將專案複製到本機 (兩種方法)

(1) 打開終端機輸入 git clone https://github.com/aoigj100a/form-lab-react
(2) 點選 download ZIP 下載

  1. 進入專案資料夾安裝工具包

打開終端機輸入 npm install

  1. 啟動專案

安裝完畢之後在終端機輸入 npm start

問題與解決

參考資料

搜尋關鍵字

  • material-ui create pdf

專案開發人員

AOI