博客 / 列表

那小孩兒 - 1. 使用create-react-app創建react項目

create-react-app 全局安裝create-react-app npm install -g create-react-app 使用create-react-app創建一個項目 $ create-react-app your-app 注意命名方式 Creating a new React app in /dir/your-app. Installing packages. This

create-react-app