Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 8aac128

Browse files
committed
Installation Guide
1 parent 101fe5c commit 8aac128

File tree

13 files changed

+97
-4
lines changed

13 files changed

+97
-4
lines changed

docs/.vuepress/config/themeConfig.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ module.exports = {
66
sidebar: {
77
'/': [
88
{
9-
title: 'Community',
10-
collapsable: false,
9+
title: 'Getting Started',
10+
collapsable: true,
1111
children: [
12-
['sponsors', 'Sponsors 🎉'],
13-
['contributors', 'Contributors'],
12+
['guide/install', 'Installation'],
1413
],
1514
},
1615
],

docs/.vuepress/dist/404.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<title>Vue Dynamic Forms</title>
7+
<meta name="generator" content="VuePress 1.5.0">
8+
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto Mono" rel="stylesheet" type="text/css">
9+
<link href="//fonts.googleapis.com/css?family=Dosis:300&amp;amp;text=Vue Select" rel="stylesheet" type="text/css">
10+
<link rel="icon" href="/vue-logo.png">
11+
<link rel="apple-touch-icon" href="/icons/apple-touch-icon-152x152.png">
12+
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#3eaf7c">
13+
<link rel="icon" href="/vue-logo.png" type="image/png">
14+
<meta name="description" content="Easy way to dynamically create reactive forms in vue based on varying business object model.">
15+
<meta name="theme-color" content="#3eaf7c">
16+
<meta name="apple-mobile-web-app-capable" content="yes">
17+
<meta name="apple-mobile-web-app-status-bar-style" content="black">
18+
<meta name="msapplication-TileImage" content="/icons/msapplication-icon-144x144.png">
19+
<meta name="msapplication-TileColor" content="#000000">
20+
<meta name="title" content="Vue Dynamic Forms">
21+
<meta property="og:image" content="/vue-logo.png">
22+
<meta property="twitter:image" content="/vue-logo.png">
23+
<meta property="og:description" content="">
24+
<meta property="twitter:description" content="Easy way to dynamically create reactive forms in vue based on varying business object model.">
25+
<meta property="twitter:title" content="Vue Dynamic Forms">
26+
<meta property="og:title" content="Vue Dynamic Forms">
27+
<meta property="og:site_name" content="Vue Dynamic Forms">
28+
<meta property="og:url">
29+
<link rel="preload" href="/assets/css/0.styles.5c99f2ec.css" as="style"><link rel="preload" href="/assets/js/app.9c35df7d.js" as="script"><link rel="preload" href="/assets/js/6.cccf78d7.js" as="script"><link rel="prefetch" href="/assets/js/2.9706a1f4.js"><link rel="prefetch" href="/assets/js/3.bc8bd3d2.js"><link rel="prefetch" href="/assets/js/4.82a7bd4f.js"><link rel="prefetch" href="/assets/js/5.48162858.js"><link rel="prefetch" href="/assets/js/7.1cc6bb03.js"><link rel="prefetch" href="/assets/js/8.9b566101.js">
30+
<link rel="stylesheet" href="/assets/css/0.styles.5c99f2ec.css">
31+
</head>
32+
<body>
33+
<div id="app" data-server-rendered="true"><div class="theme-container"><div class="theme-default-content"><h1>404</h1> <blockquote>That's a Four-Oh-Four.</blockquote> <a href="/" class="router-link-active">
34+
Take me home.
35+
</a></div></div><div class="global-ui"></div></div>
36+
<script src="/assets/js/app.9c35df7d.js" defer></script><script src="/assets/js/6.cccf78d7.js" defer></script>
37+
</body>
38+
</html>

docs/.vuepress/dist/assets/css/0.styles.5c99f2ec.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Loading

docs/.vuepress/dist/assets/js/2.9706a1f4.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vuepress/dist/assets/js/3.bc8bd3d2.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vuepress/dist/assets/js/4.82a7bd4f.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vuepress/dist/assets/js/5.48162858.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vuepress/dist/assets/js/6.cccf78d7.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vuepress/dist/assets/js/7.1cc6bb03.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)