摘要: 创建一个react单页面 npx create-react-app <项目名> cd <项目名> yarn start # 部署前端服务(使用yarn作为包管理器 ) 执行yarn run build会在build目录中生成打包版本 其他命令: yarn start Starts the devel 阅读全文
posted @ 2021-09-01 21:23 七つ一旋桜 阅读(33) 评论(0) 推荐(0)