在vue-cli的基础上配置多页面应用
const path = require('path');
module.exports = {
// outputDir: path.resolve(__dirname, "dist/aaa"),
// publicPath:'/aaa'
pages: {
app: {
entry: 'src/main.js',
template: 'public/index.html',
filename.
原创
2020-05-18 11:12:04 ·
385 阅读 ·
0 评论