1
0
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:
Shangbin
2021-04-10 21:03:35 +08:00
parent e87ebafdcb
commit e5a2ed4484
12 changed files with 322 additions and 855 deletions

View File

@@ -1,6 +1,9 @@
const path = require("path");
module.exports = {
lintOnSave: true,
chainWebpack: (config) => {
const vueRule = config.module.rule("vue");