配置webpack
添加vue.config.js:
module.exports = {
configureWebpack: {
devServer: {
open: true, // 运行项目自动打开浏览器
}
}
}
添加vue.config.js:
module.exports = {
configureWebpack: {
devServer: {
open: true, // 运行项目自动打开浏览器
}
}
}
本文标题:vue3.0项目从0到1-配置文件
本文链接:https://www.haomeiwen.com/subject/fzkxpktx.html
网友评论