9.21
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.
<script setup>
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
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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.