前端开发环境构建指南
开发模式:
npm start
测试模式:
npm test
生产构建:
npm run build
脱离脚手架构建:
npm run eject
注意:eject 为单向操作,执行后无法撤回。
412.94KB
文件大小:
评论区