安装配置webpack 中一个 web 服务模块 安装npm i -D webpack-dev-server 配置文件:webpack.config.js module.exports = { devServer: { static: './dist', // web 服务文件目录 },}