(wim) Error: You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize
export NODE_OPTIONS=--no-experimental-fetch
(End)
Onroerend Erfgoed library of common Aurelia components
<tabs-header></tabs-header>
<tabs-pane></tabs-pane>
<tabs-content></tabs-content>
<autocomplete service.bind="suggestService"
value.bind="value"
placeholder="Placeholder"
label="labelProperty"
disabled.bind="disabledBoolean">
<template replace-part="suggestion">
${suggestion.property}
</template>
</autocomplete>
suggestService = { suggest: (value) => this.service.someFunction(value) }
<zoneerder zone.bind="contour"
adrespunten.bind="adrespunten"
service-config.bind="serviceConfig"
disabled.bind="disabledBoolean">
</zoneerder>
serviceConfig = {
crabpyUrl: string,
agivGrbUrl: string
}
<spinner active.bind="showSpinner"></spinner>
aurelia.use.plugin(PLATFORM.moduleName('oerelia'));
OR
aurelia.use.plugin(PLATFORM.moduleName('oerelia/tabs'));
npm i yalc -g
yalc publish --private
and run this command after every change in Oerelia you want to test
yalc add oerelia@0.0.0
with the correct version number
After publishing Oerelia run:
yalc update