From d3b34e6af83b3a7cee4c111e52677b37cb94ae86 Mon Sep 17 00:00:00 2001 From: xuechunyuan <17853500702@163.com> Date: Mon, 6 Feb 2023 09:20:20 +0800 Subject: [PATCH] init --- package.json | 2 + public/index.html | 67 +++++++++++++++++------ src/App.vue | 21 ++------ src/components/Guidance.vue | 104 ++++++++++++++++++++++++++++++++++++ src/main.js | 5 ++ src/views/HomeView.vue | 71 +++++++++++++++++++++--- vue.config.js | 1 + yarn.lock | 35 +++++++++++- 8 files changed, 264 insertions(+), 42 deletions(-) create mode 100644 src/components/Guidance.vue diff --git a/package.json b/package.json index 9a479e9..4830f0f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,9 @@ }, "dependencies": { "core-js": "^3.8.3", + "vant": "^2.12.53", "vue": "^2.6.14", + "vue-axios": "^3.5.2", "vue-router": "^3.5.1", "vuex": "^3.6.2" }, diff --git a/public/index.html b/public/index.html index 3e5a139..ef8ab0f 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +1,54 @@ -
- - - - -