0.0.2 • Published 3 years ago

interaction-framework v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

安装

npm install babel-plugin-component -D

按需引入

配置如下:

 plugins: [
      ['import', {
        libraryName: 'interaction-framework',
        // style: 'css',
        libraryDirectory: 'lib'
      }, 'interaction-framework']
    ]

全量引入

import InteractionFramework from 'interaction-framework'

Vue.use(InteractionFramework)