md/vue.config.js

4 lines
66 B
JavaScript
Raw Normal View History

2020-05-02 19:25:38 +08:00
module.exports = {
outputDir: 'dist',
publicPath: '/md/'
}