0.0.10 • Published 5 years ago

@2o3t-core/plugin-third-party v0.0.10

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

@2o3t-core/plugin-third-party

2o3t-core 第三方插件

usage

在config目录下创建 plugin.default.js 文件, 输入一下内容引用:

module.exports = {
    mixins: [
        '@2o3t-core/plugin-third-party',
    ],
};