View Resource pipeline
The <require> Element
<require> Element<template>
<require from="bootstrap/css/bootstrap.min.css"></require>
<p class="lead">Hello, World!</p>
<p>Lorem Ipsum...</p>
</template>Importing Custom Elements
<template>
<require from="./my-component"></require>
<my-component></my-component>
</template>Importing Custom Attributes
<template>
<require from="./tooltip"></require>
<p tooltip="Hello!">Hover me</p>
</template>Importing Value Converters
Importing CSS
Aliasing with as
asGlobal Resources
Resource Conventions
Extending the Pipeline
Last updated
Was this helpful?