首先安装 npm

 

这里以打生产环境为例:npm run build:prod

   1.npm install  安装全部项目依赖包(npm install --unsafe-perm)

    2.npm install --production  安装生产环境依赖包

npm打包

 

相关文章:

  • 2021-12-04
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-05-16
  • 2021-08-14
  • 2021-04-10
猜你喜欢
  • 2021-11-13
  • 2021-09-09
  • 2021-03-30
  • 2021-10-14
  • 2022-12-23
  • 2022-01-23
  • 2021-08-03
相关资源
相似解决方案