**初始化项目** ```shell npm init -y ``` **安装webpack依赖(开发依赖)** ```shell npm add -D webpack webpack-cli ``` **打包项目** ```shell npx webpack ```