随笔分类 -  react

摘要:方法一$ cnpm install -g create-react-app$ create-react-app my-app 方法二 npx create-react-app my-app npm start 启动开发服务器。 npm run build 将应用程序捆绑到静态文件中以供生产。 npm 阅读全文
posted @ 2020-04-23 16:09 土拨鼠1024 阅读(131) 评论(0) 推荐(0)