interaction-framework
v0.0.2
Published
```js npm install babel-plugin-component -D ``` ## 按需引入
Downloads
21
Readme
安装
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)