2.2.1 • Published 5 years ago

@startdt/next-overlay v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@startdt/next-overlay

Next 脚手架调试控制台

出现编译器错误或警告时,在浏览器中显示全屏覆盖。如果只想显示编译器错误:

// vue.config.js
module.exports = {
    devServer: {
        overlay: true,
    },
};

如果要同时显示警告和错误:

// vue.config.js
module.exports = {
    devServer: {
        overlay: {
            warnings: true,
            errors: true,
        },
    },
};
2.2.1

5 years ago

2.2.0

5 years ago

2.0.8

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago