From f4bad0df12e9e7ac49377696f229b176772d7a7c Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 17 Mar 2020 20:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E6=AE=B5=E6=8A=92=E5=86=99=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_sidebar.md | 15 +++++++++++++++ docs/index.html | 29 +++++++++++++++++++++++++++++ docs/install/script.md | 9 +++++++++ 3 files changed, 53 insertions(+) create mode 100644 docs/_sidebar.md create mode 100644 docs/index.html create mode 100644 docs/install/script.md diff --git a/docs/_sidebar.md b/docs/_sidebar.md new file mode 100644 index 000000000..8511870d6 --- /dev/null +++ b/docs/_sidebar.md @@ -0,0 +1,15 @@ + +* 安装 + + * [直接script](install/script.md) + * [编码规范](start/CodeStandards.md) + * [视频](start/vedio.md) + +* 环境搭建 + + * [开发环境部署](start/dev_install.md) + * [生产环境部署](start/prod_install.md) + +* 系统功能 + + * [功能列表](func/funcation.md) diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..be25ba904 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,29 @@ + + + + vcFramework.js + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/docs/install/script.md b/docs/install/script.md new file mode 100644 index 000000000..38b6b3e4e --- /dev/null +++ b/docs/install/script.md @@ -0,0 +1,9 @@ +## 直接引入script + +目前vcFramework 是依赖vue 的自定义的组件框架,引入方式如下: + +> +> +> +> +