This website works better with JavaScript
首頁
探索
說明
登入
lovecoding
/
VIP32
關注
10
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
b4c2a95947
分支列表
標籤列表
master
VIP32
/
react
/
react高阶
/
npm与npx的区别.md
npm与npx的区别.md
156 B
文件歷史
原始文件
npm:安装到内存中 npx:安装到磁盘中 安装命令: npx create-react-app 项目名(小写) 路由安装命令: npm install react-router-dom