文件名称:my-app-react:我的应用程式React
文件大小:42.65MB
文件格式:ZIP
更新时间:2024-05-21 12:17:17
JavaScript
react指南 必须安装Node create-react-app生成react-app npm install -g create-react-app create-react-app my-app 成功之后可以看到如下: Success! Created my-app at /Users/uc/Documents/github/my-app Inside that directory, you can run several commands: npm start Starts the development server. npm run build Bundles the app into static files for production. npm test Starts the test runner. npm run eject