redux-dynamic-modules/docs/index.html

39 строки
1.5 KiB
HTML
Исходник Постоянная ссылка Обычный вид История

2018-10-06 04:50:59 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2018-10-06 05:51:44 +03:00
<title>Redux Dynamic Modules</title>
2018-10-06 04:50:59 +03:00
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
2018-10-08 21:32:22 +03:00
<meta name="author" content="Alex Bettadapur, Navneet Gupta (MICROSOFT)">
<meta name="robots" content="index/follow">
<meta name="description" content="A Module System for Redux">
<link rel="canonical" href="https://redux-dynamic-modules.js.org/">
<meta property="og:title" content="Redux Dynamic Modules">
<meta property="og:type" content="Website">
<meta property="og:image" content="https://redux-dynamic-modules.js.org/redux-dynamic-modules.png">
<meta property="og:url" content="https://redux-dynamic-modules.js.org">
2018-10-06 04:50:59 +03:00
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
2018-10-07 00:08:10 +03:00
<link rel="stylesheet" href="theme.css">
2018-10-07 00:14:50 +03:00
<link rel="icon" type="image/png" href="redux-dynamic-modules.png">
2018-10-06 04:50:59 +03:00
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Redux Dynamic Modules',
2018-10-07 00:08:10 +03:00
coverpage: true,
2018-10-06 04:50:59 +03:00
loadSidebar: true,
2018-10-07 00:08:10 +03:00
logo: "./redux-dynamic-modules.png",
2018-10-06 04:50:59 +03:00
maxLevel: 4,
2018-10-06 05:42:11 +03:00
repo: 'https://github.com/Microsoft/redux-dynamic-modules',
search: "auto"
2018-10-06 04:50:59 +03:00
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
2018-10-06 05:42:11 +03:00
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
2018-10-06 04:50:59 +03:00
</body>
</html>