npm i markdown-loader -D npm i html-loader -D vue.config.js module.exports = { publicPath: './', configureWebpack: { module: { rules: [{ test: /\.md$/, ...
確定! 回上一頁