// 初始化應用 yarn init // 安裝三個依賴 yarn add react react-dom next // package.json配置啓動 { ... // 新增啓動方式,選擇使用next啓動 "script": ...
確定! 回上一頁