Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 313 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 313 Bytes
npm i 安装依赖

开发:npm start 默认端口号为8080

设置端口号为8090
1、PORT=8090 npm start
2、npm start -- --port=8090

打包进度
npm start -- --progress

自动打开浏览器
npm start -- --open

测试包:npm run test
预览包:npm run preview
生产包:npm run build