我剛剛開始學習React,facebook通過提供以下現成的項目來幫助簡化初始設置。鏈接到Github上的Facebook帳戶:https : //github.com/facebook/create-react-app如果必須安裝框架項目,則必須npx create-react-app my-app在命令行中鍵入。我想知道為什么Github中的facebook帳戶npx create-react-app my-app沒有npm create-react-app my-app?
npx和npm之間的區別?
繁星coding
2020-02-04 14:11:23