Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 485 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 485 Bytes

1. 打包运行

1. 开发环境运行:
  1). 运行命令: 
    npm start
  2). 背后做了什么
  在内存中打包项目(不会在本地生成打包文件)
  将内存的打包文件通过服务器运行起来
2. 生产环境打包运行
  1). 运行命令
    npm run build
  2). 背后做了什么
    在内存中打包项目
    生成本地打包文件
  3). 运行命令
    npm install serve -g
    serve build