Skip to content

Commit b6d8b0b

Browse files
committed
add keyed-mikado, keyed-mikado-proxy, non-keyed-mikado based on Mikado 0.8.1
1 parent fd3877c commit b6d8b0b

File tree

24 files changed

+1354
-268
lines changed

24 files changed

+1354
-268
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<meta name="viewport" content="width=device-width">
6+
<title>Mikado-"keyed"</title>
7+
<link rel="preload" href="dist/main.js" as="script">
8+
<link href="/css/currentStyle.css" rel="stylesheet"/>
9+
</head>
10+
<body>
11+
<script src="dist/main.js"></script>
12+
</body>
13+
</html>

frameworks/keyed/mikado-proxy/package-lock.json

Lines changed: 330 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "js-framework-benchmark-keyed-mikado-proxy",
3+
"homepage": "https://github.com/nextapps-de/mikado/",
4+
"author": "Thomas Wilkerling",
5+
"publisher": "Nextapps GmbH",
6+
"license": "Apache-2.0",
7+
"js-framework-benchmark": {
8+
"frameworkVersionFromPackage": "mikado",
9+
"frameworkHomeURL": "https://github.com/nextapps-de/mikado/",
10+
"issues": []
11+
},
12+
"preferGlobal": false,
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/krausest/js-framework-benchmark.git"
16+
},
17+
"scripts": {
18+
"compile": "npx mikado-compile --src src/template --type module -i -f && echo Compile Complete. && exit 0",
19+
"build": "npm run compile && node task/build RELEASE=custom DEBUG=false POLYFILL=false SUPPORT_CACHE=true SUPPORT_EVENTS=true SUPPORT_DOM_HELPERS=false SUPPORT_ASYNC=false SUPPORT_TRANSPORT=false SUPPORT_TEMPLATE_EXTENSION=false SUPPORT_REACTIVE=true REACTIVE_ONLY=true SUPPORT_CACHE_HELPERS=false SUPPORT_KEYED=true SUPPORT_POOLS=false SUPPORT_CALLBACKS=false SUPPORT_COMPILE=false && exit 0",
20+
"build-prod": "npm run build"
21+
},
22+
"dependencies": {
23+
"mikado": "github:nextapps-de/mikado#0.8-preview"
24+
},
25+
"devDependencies": {
26+
"google-closure-compiler": "^20230802.0.0"
27+
}
28+
}

0 commit comments

Comments
 (0)