Vue打包静态文件js css到static目录

// vue.config.js
module.exports = {
...
// 加入下面这行即可,如果加到最后,需要把逗号去掉。 assetsDir:
"static",
...
}

npm run build
ls dist
favicon.ico index.html  static
posted @ 2021-11-01 21:27  船长博客  阅读(1469)  评论(0编辑  收藏  举报
永远相信美好的事情即将发生!