2.2.1 • Published 3 years ago

@startdt/next-overlay v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

2.2.0

3 years ago

2.0.8

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago