Go to file
xmy 6547a5a4cc 9.21 2025-09-21 17:19:35 +08:00
public 8.1 2025-08-02 20:23:43 +08:00
src 9.21 2025-09-21 17:19:35 +08:00
.env 8.1 2025-08-02 20:23:43 +08:00
.env.development 8.1 2025-08-02 20:23:43 +08:00
.env.production 8.1 2025-08-02 20:23:43 +08:00
.gitignore 8.1 2025-08-02 20:23:43 +08:00
README.md 9.21 2025-09-21 17:19:35 +08:00
index.css 8.1 2025-08-02 20:23:43 +08:00
index.html 8.1 2025-08-02 20:23:43 +08:00
package-lock.json 9.21 2025-09-21 17:19:35 +08:00
package.json 9.21 2025-09-21 17:19:35 +08:00
vite.config.js 8.1 2025-08-02 20:23:43 +08:00

README.md

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.

20250318-chengzhangshu
├─ .env
├─ .env.development
├─ .env.production
├─ 20250318-chengzhangshu.rar
├─ index.html
├─ package-lock.json
├─ package.json
├─ public
│  └─ vite.svg
├─ README.md
├─ src
│  ├─ api
│  │  ├─ index.js
│  │  ├─ modules
│  │  │  └─ user.js
│  │  └─ request.js
│  ├─ App.vue
│  ├─ assets
│  │  ├─ achievement.png
│  │  ├─ add.png
│  │  ├─ bg.png
│  │  ├─ close.png
│  │  ├─ down.png
│  │  ├─ dream.png
│  │  ├─ envelope.png
│  │  ├─ example.png
│  │  ├─ icon.png
│  │  ├─ leaf.png
│  │  ├─ leafBox.png
│  │  ├─ leaf_1.png
│  │  ├─ newspaper.png
│  │  ├─ right.png
│  │  ├─ setGoals.png
│  │  ├─ star.png
│  │  ├─ sun.png
│  │  ├─ tip.png
│  │  ├─ title.png
│  │  ├─ tree.png
│  │  ├─ tree_1.png
│  │  └─ we.png
│  ├─ components
│  │  └─ wc-button.vue
│  ├─ main.js
│  ├─ router
│  │  └─ index.js
│  ├─ stores
│  │  ├─ cart.js
│  │  └─ index.js
│  ├─ style.css
│  ├─ styles
│  │  ├─ main.scss
│  │  ├─ normal.scss
│  │  └─ _variables.scss
│  └─ views
│     └─ Home.vue
└─ vite.config.js