0.0.29 • Published 4 years ago

ats-ui v0.0.29

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

ATS 通用业务组件库

安装

npm install ats-ui --save

配置

module.exports = function (api) {
    api.cache(true);

    const presets = [
    ];
    const plugins = [       
        [
            "babel-plugin-import",
            {
                "libraryName": "ats-ui",
                "libraryDirectory":"es/components",
                "style": false
            },
            "ats-ui"
        ]
    ];

    return {
        presets,
        plugins
    };
}

使用

import {AtsIvScore} from 'ats-ui';