Vue.CLI:コンパイル
by itsagent
投稿日: 2022年4月19日11:23
module.exports = {
publicPath: './'
}
Project Folderのvue.config.jsにパスの設定が必要。
なぜか既定値ではパス指定が違うので、画面が真っ白になる。
XServerに上げる場合も同様。
https://konsuki.com/532
module.exports = {
publicPath: './'
}
Project Folderのvue.config.jsにパスの設定が必要。
なぜか既定値ではパス指定が違うので、画面が真っ白になる。
XServerに上げる場合も同様。
https://konsuki.com/532