Skip to content

Instantly share code, notes, and snippets.

@matthiasg
Created August 3, 2017 15:47
Show Gist options
  • Save matthiasg/470a8be9f11f302876e60891786da8f5 to your computer and use it in GitHub Desktop.
Save matthiasg/470a8be9f11f302876e60891786da8f5 to your computer and use it in GitHub Desktop.
aeppic.json Examples
{
"main": "dist/allServicesWrappedByOneService.umd.min.js",
"exports": "service"
}
{
"main": "dist/example.umd.min.js",
"exports": {
"type": "service",
"vue-component-properties": [
"CapturePanel"
]
}
}
{
"main": "dist/example.umd.min.js",
"exports": {
"type": "service",
"vue-component-properties": [
"SomeVueComponent",
"SomeOtherVueComponent"
]
}
}
{
"main": "dist/theService.umd.min.js",
"exports": "service"
}
{
"main": "dist/compiled.umd.min.js",
"exports": "vue"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment