From 3664d4049879175c5b8869eefb83e7b3842574a5 Mon Sep 17 00:00:00 2001
From: lyt <1105290566@qq.com>
Date: Tue, 8 Dec 2020 18:20:35 +0800
Subject: [PATCH] =?UTF-8?q?'admin-20.12.08:=E5=88=9B=E5=BB=BA=E9=A1=B9?=
=?UTF-8?q?=E7=9B=AE=E7=9B=AE=E5=BD=95=E3=80=81=E5=88=B6=E4=BD=9Clogo'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vue-admin-wonderful-next-docs/.gitignore | 12 ++
vue-admin-wonderful-next-docs/README.md | 13 ++
.../docs/.vuepress/components/Foo/Bar.vue | 15 +++
.../.vuepress/components/OtherComponent.vue | 3 +
.../.vuepress/components/demo-component.vue | 15 +++
.../docs/.vuepress/config.js | 119 ++++++++++++++++++
.../docs/.vuepress/enhanceApp.js | 14 +++
.../docs/.vuepress/styles/index.styl | 8 ++
.../docs/.vuepress/styles/palette.styl | 10 ++
vue-admin-wonderful-next-docs/docs/README.md | 16 +++
.../docs/config/README.md | 15 +++
.../docs/guide/README.md | 5 +
.../docs/guide/using-vue.md | 9 ++
vue-admin-wonderful-next-docs/package.json | 21 ++++
.../docs/create-project/bash1.png | Bin 0 -> 88548 bytes
.../docs/create-project/bash2.png | Bin 0 -> 135391 bytes
.../docs/home/hero.png | Bin 0 -> 153793 bytes
.../favicon/favicon.ico | Bin 0 -> 1150 bytes
.../logo/logo-docs-large-element-text.svg | 11 ++
.../logo/logo-docs-large-element.svg | 9 ++
.../logo/logo-docs-large-vue-text.svg | 10 ++
.../logo/logo-docs-large-vue.svg | 9 ++
.../logo/logo-docs-mini.svg | 9 ++
.../logo/logo-element.svg | 9 ++
.../logo/logo-vue.svg | 9 ++
.../logo/logo-web-element.svg | 6 +
.../logo/logo-web-vue.svg | 6 +
.../logo/logo-web-white.svg | 6 +
vue-admin-wonderful-next/.gitignore | 5 +
vue-admin-wonderful-next/index.html | 13 ++
vue-admin-wonderful-next/package.json | 15 +++
vue-admin-wonderful-next/public/favicon.ico | Bin 0 -> 4286 bytes
vue-admin-wonderful-next/shims.d.ts | 4 +
vue-admin-wonderful-next/src/App.vue | 15 +++
vue-admin-wonderful-next/src/assets/logo.png | Bin 0 -> 6849 bytes
.../src/components/HelloWorld.vue | 19 +++
vue-admin-wonderful-next/src/index.css | 8 ++
vue-admin-wonderful-next/src/main.ts | 6 +
vue-admin-wonderful-next/vite.config.ts | 5 +
39 files changed, 449 insertions(+)
create mode 100644 vue-admin-wonderful-next-docs/.gitignore
create mode 100644 vue-admin-wonderful-next-docs/README.md
create mode 100644 vue-admin-wonderful-next-docs/docs/.vuepress/components/Foo/Bar.vue
create mode 100644 vue-admin-wonderful-next-docs/docs/.vuepress/components/OtherComponent.vue
create mode 100644 vue-admin-wonderful-next-docs/docs/.vuepress/components/demo-component.vue
create mode 100644 vue-admin-wonderful-next-docs/docs/.vuepress/config.js
create mode 100644 vue-admin-wonderful-next-docs/docs/.vuepress/enhanceApp.js
create mode 100644 vue-admin-wonderful-next-docs/docs/.vuepress/styles/index.styl
create mode 100644 vue-admin-wonderful-next-docs/docs/.vuepress/styles/palette.styl
create mode 100644 vue-admin-wonderful-next-docs/docs/README.md
create mode 100644 vue-admin-wonderful-next-docs/docs/config/README.md
create mode 100644 vue-admin-wonderful-next-docs/docs/guide/README.md
create mode 100644 vue-admin-wonderful-next-docs/docs/guide/using-vue.md
create mode 100644 vue-admin-wonderful-next-docs/package.json
create mode 100644 vue-admin-wonderful-next-images/docs/create-project/bash1.png
create mode 100644 vue-admin-wonderful-next-images/docs/create-project/bash2.png
create mode 100644 vue-admin-wonderful-next-images/docs/home/hero.png
create mode 100644 vue-admin-wonderful-next-images/favicon/favicon.ico
create mode 100644 vue-admin-wonderful-next-images/logo/logo-docs-large-element-text.svg
create mode 100644 vue-admin-wonderful-next-images/logo/logo-docs-large-element.svg
create mode 100644 vue-admin-wonderful-next-images/logo/logo-docs-large-vue-text.svg
create mode 100644 vue-admin-wonderful-next-images/logo/logo-docs-large-vue.svg
create mode 100644 vue-admin-wonderful-next-images/logo/logo-docs-mini.svg
create mode 100644 vue-admin-wonderful-next-images/logo/logo-element.svg
create mode 100644 vue-admin-wonderful-next-images/logo/logo-vue.svg
create mode 100644 vue-admin-wonderful-next-images/logo/logo-web-element.svg
create mode 100644 vue-admin-wonderful-next-images/logo/logo-web-vue.svg
create mode 100644 vue-admin-wonderful-next-images/logo/logo-web-white.svg
create mode 100644 vue-admin-wonderful-next/.gitignore
create mode 100644 vue-admin-wonderful-next/index.html
create mode 100644 vue-admin-wonderful-next/package.json
create mode 100644 vue-admin-wonderful-next/public/favicon.ico
create mode 100644 vue-admin-wonderful-next/shims.d.ts
create mode 100644 vue-admin-wonderful-next/src/App.vue
create mode 100644 vue-admin-wonderful-next/src/assets/logo.png
create mode 100644 vue-admin-wonderful-next/src/components/HelloWorld.vue
create mode 100644 vue-admin-wonderful-next/src/index.css
create mode 100644 vue-admin-wonderful-next/src/main.ts
create mode 100644 vue-admin-wonderful-next/vite.config.ts
diff --git a/vue-admin-wonderful-next-docs/.gitignore b/vue-admin-wonderful-next-docs/.gitignore
new file mode 100644
index 0000000..595e215
--- /dev/null
+++ b/vue-admin-wonderful-next-docs/.gitignore
@@ -0,0 +1,12 @@
+pids
+logs
+node_modules
+npm-debug.log
+coverage/
+run
+dist
+.DS_Store
+.nyc_output
+.basement
+config.local.js
+basement_dist
diff --git a/vue-admin-wonderful-next-docs/README.md b/vue-admin-wonderful-next-docs/README.md
new file mode 100644
index 0000000..0fadcbb
--- /dev/null
+++ b/vue-admin-wonderful-next-docs/README.md
@@ -0,0 +1,13 @@
+# vue-admin-wonderful-next-docs
+
+> 这是vue3.0 + vite + element plus + typeScript开发文档
+
+## Development
+
+```bash
+yarn dev
+yarn build
+```
+
+For more details, please head VuePress's [documentation](https://v1.vuepress.vuejs.org/).
+
diff --git a/vue-admin-wonderful-next-docs/docs/.vuepress/components/Foo/Bar.vue b/vue-admin-wonderful-next-docs/docs/.vuepress/components/Foo/Bar.vue
new file mode 100644
index 0000000..7ee8286
--- /dev/null
+++ b/vue-admin-wonderful-next-docs/docs/.vuepress/components/Foo/Bar.vue
@@ -0,0 +1,15 @@
+
+
+ {{ msg }}
+ This is another component
+ {{ msg }}
+
?DPHELjlg^KcaG8yrDbIPc>>pe!t}7o&I%u!NgNo3FlD_(^ T)dA`zf_1I_* X4=}Stz`H$}vm1SM8CNi8z`P%rd1w)ro(kOztd~{b
zNPF^C0=#A-eYuD9TU~oC-z38Hiw! 1;2l9mDrAL}F*cs4SD1*hZwP*hiJL-38$-79`5$;2{iq)-+ZI
z4jQq6>M$HEv}V2_$dZC_>~;qcz+-2K9rA_)4>1W?Qy1KcLR)G3a9&(VpP>kvDVtwl
z7ySIoTO~9tZ>_+Sg4ltn2^QHD%7D!%8LBACWCCftfj;@%S6~@3m_bkD*ZeV(Yjbw)
z10`?Eu+tBPhMPf$cX^d4&4on%AjY4Hr$lD9Y};p!%C<`C?YA|q_OrK*JYNfe3Gp;V
zA3u6bPP$rS(Ce()b(3oxVCM?0J5D-go1II&$;~7~horjBg<}LJ*}x@zrEMB{?1|C*
zYXhYlARcw0N)d|1fwm4Onb+b`WsurxNGl~1J-uFi471I~OtJNPl%-VUnv+s3n4GCM
zy)7MbQx}}MIt50@qrDg!LmBeHAGJezOFmUWc3m5$BgHFa=#35*_>|rHKy<`ad@Z_G
zi)rNG2xk--YEyM@xt}qdya{KshO3n7NqKFK*TND_4JDkcn2+xv){|@~pnytIJr44@
zHW0<~!FG&FE;WX$ntC#L1ah4%*r7Z=Ga(H75NLhA#(iFS{#|uneh%iJ
zpae|W6a1QFy40|)OKq@Hu>PCZrt=iCSz6E!x!?xwn_W%f-o*IM=dn#)U$bisYh2bE
zv1TL+#M?4frP7uBD9j@|d-?zOX2*>up6qKQ7(MC&*&^DfA*mKto~t2
zIvH}e5dL$ah@Zd))J52aCxLr@RY4L8f@7M0f)ZydxLa+S-=x+vK=Fl_?ic0NH-hzP
zc}9tBn84#*^k#_@9X+zqE2*iT1E-1
zCK?t+Z}B{Zzp|6}X|0XM~bv|1B*!u
IyO)E1n8s34enHXU)tyOPL5DkI}3;xiRv{Kc+vBRa2xv
zCo{XZ)X(!3C+M3-4>cLgm97KicbLu8zU_XC5n&R6OCJ0tnu`SC{Nx^GzqCiQ)U1x<
zP|A>Y9V$-5PqBriP9DD!j!+S8++NFaLIl9?7t0%d