From 4e9f0291e5d46e2570be47efb2bea4ed23264d56 Mon Sep 17 00:00:00 2001
From: jam
Date: Fri, 26 Aug 2022 13:57:15 +0800
Subject: [PATCH 1/5] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9?=
=?UTF-8?q?=E7=9B=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
LICENSE | 21 -
README.md | 18 +-
index.html | 20 +-
package.json | 18 +-
public/favicon.ico | Bin 4286 -> 0 bytes
public/vite.svg | 1 +
src/App.vue | 45 +-
src/assets/logo.png | Bin 6849 -> 0 bytes
src/assets/vue.svg | 1 +
src/components/ButtonDemo.vue | 69 --
src/components/DemoSwitch.vue | 10 +
src/components/DialogDemo.vue | 48 -
src/components/DocDemo.vue | 5 -
src/components/HelloWorld.vue | 38 +
src/components/SwitchDemo.vue | 16 -
src/components/TabsDemo.vue | 3 -
src/components/Topnav.vue | 69 --
src/index.css | 8 -
src/index.scss | 27 -
src/lib/Button.vue | 189 ----
src/lib/Dialog.vue | 141 ---
src/lib/Switch.vue | 69 +-
src/lib/demo/index.vue | 10 +
src/lib/zhiwei.scss | 9 -
src/main.ts | 12 +-
src/router.ts | 30 -
src/shims-vue.d.ts | 5 -
src/style.css | 81 ++
src/views/Doc.vue | 89 --
src/views/Home.vue | 42 -
src/vite-env.d.ts | 7 +
tsconfig.json | 18 +
tsconfig.node.json | 9 +
vite.config.ts | 7 +
yarn.lock | 2009 ++++++---------------------------
35 files changed, 583 insertions(+), 2561 deletions(-)
delete mode 100644 LICENSE
delete mode 100644 public/favicon.ico
create mode 100644 public/vite.svg
delete mode 100644 src/assets/logo.png
create mode 100644 src/assets/vue.svg
delete mode 100644 src/components/ButtonDemo.vue
create mode 100644 src/components/DemoSwitch.vue
delete mode 100644 src/components/DialogDemo.vue
delete mode 100644 src/components/DocDemo.vue
create mode 100644 src/components/HelloWorld.vue
delete mode 100644 src/components/SwitchDemo.vue
delete mode 100644 src/components/TabsDemo.vue
delete mode 100644 src/components/Topnav.vue
delete mode 100644 src/index.css
delete mode 100644 src/index.scss
delete mode 100644 src/lib/Button.vue
delete mode 100644 src/lib/Dialog.vue
create mode 100644 src/lib/demo/index.vue
delete mode 100644 src/lib/zhiwei.scss
delete mode 100644 src/router.ts
delete mode 100644 src/shims-vue.d.ts
create mode 100644 src/style.css
delete mode 100644 src/views/Doc.vue
delete mode 100644 src/views/Home.vue
create mode 100644 src/vite-env.d.ts
create mode 100644 tsconfig.json
create mode 100644 tsconfig.node.json
create mode 100644 vite.config.ts
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index be01a72..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2022 jam
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/README.md b/README.md
index 0f2459b..30b15e2 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,16 @@
-# zw-ui-vue3
-vue3组件库
+# Vue 3 + TypeScript + Vite
+
+This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `
-
+
+
+