webpack打包发布

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_27327261/article/details/81977274

npm run dev

npm run dist --线上

git status

git add .

git commit -am  "online adapter"

git push 

git pull

git branch --查看当前分支是在哪里master 还是 admin

yarn install v1.3.2

yarn run dist -- 打包

fe-deply.sh  --shell脚本 自动发布脚本

git Pull   --git pull 大写了

admin-v2分支合并到master分支上面   https://gitee.com/

安装node  node-v6.12.3-x64.msi

猜你喜欢

转载自blog.csdn.net/qq_27327261/article/details/81977274