Skip to content

Commit 150dd13

Browse files
committed
implement benchmark for ui5-webcomponents
1 parent 4e40ac0 commit 150dd13

File tree

18 files changed

+55749
-0
lines changed

18 files changed

+55749
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Import your web components here from the dist/ directory
2+
import "./dist/MainElement.js";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require("@ui5/webcomponents-tools/components-package/rollup.js"); // eslint-disable-line
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>UI5 Web Components</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet"/>
7+
<script async src="dist/resources/bundle.esm.js"></script>
8+
</head>
9+
<body>
10+
<main-element></main-element>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)