blog icon indicating copy to clipboard operation
blog copied to clipboard

webpack init generator

Open yongheng2016 opened this issue 4 years ago • 0 comments

mkdir webpack-demo && cd webpack-demo
npm init -y
npm install webpack webpack-cli --save-dev

// 修改scripts

scripts: {
  "webpack": "webpack"
}
npm run webpack init

yongheng2016 avatar Jul 21 '21 08:07 yongheng2016