mirror of
https://github.com/sahadev/vue-component-creater-ui.git
synced 2025-12-15 15:04:25 +08:00
将主要逻辑收拢在Main.vue中,可以跑通
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
const path = require("path");
|
||||
|
||||
module.exports = {
|
||||
|
||||
lintOnSave: true,
|
||||
|
||||
chainWebpack: (config) => {
|
||||
const vueRule = config.module.rule("vue");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user