feat: 初始化项目结构并添加核心功能
- 初始化项目结构,包括Vue 3、Pinia、Vue Router、TailwindCSS等依赖 - 添加首页、活动详情页、创建活动页等核心页面 - 实现活动分类、搜索、报名等基本功能 - 添加公共组件如按钮、输入框、模态框等 - 配置Vite、TailwindCSS、PostCSS等构建工具
Showing
53 changed files
with
1767 additions
and
0 deletions
.gitignore
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
pnpm-lock.yaml
0 → 100644
This diff is collapsed. Click to expand it.
postcss.config.js
0 → 100644
public/assets/images/.gitkeep
0 → 100644
File mode changed
public/assets/images/2RRq1BHPq4E.jpg
0 → 100644
5.47 MB
public/assets/images/CXYPfveiuis.jpg
0 → 100644
2.38 MB
public/assets/images/D5nh6mCW52c.jpg
0 → 100644
1.77 MB
public/assets/images/IHGcwEEhZgo.jpg
0 → 100644
This file is too large to display.
public/assets/images/LEVRaos2Ero.jpg
0 → 100644
2.84 MB
public/assets/images/XqXJJhK-c08.jpg
0 → 100644
890 KB
public/assets/images/activity_3_online.jpg
0 → 100644
2.38 MB
779 KB
public/assets/images/eMJc4eV0rI0.jpg
0 → 100644
2.61 MB
public/assets/images/g827ZOCwt30.jpg
0 → 100644
2.34 MB
public/assets/images/hPKTYwJ4FUo.jpg
0 → 100644
5.31 MB
public/assets/images/k2Kcwkandwg.jpg
0 → 100644
2.39 MB
public/assets/images/t2Sai-AqIpI.jpg
0 → 100644
779 KB
779 KB
public/assets/images/xY55bL5mZAM.jpg
0 → 100644
1.17 MB
public/data/activities.json
0 → 100644
This diff is collapsed. Click to expand it.
public/data/checkins.json
0 → 100644
This diff is collapsed. Click to expand it.
public/data/example.json
0 → 100644
public/data/messages.json
0 → 100644
This diff could not be displayed because it is too large.
public/data/registrations.json
0 → 100644
This diff could not be displayed because it is too large.
public/data/users.json
0 → 100644
This diff is collapsed. Click to expand it.
src/App.vue
0 → 100644
src/components/layout/Footer.vue
0 → 100644
src/components/layout/Header.vue
0 → 100644
src/components/shared/ActivityCard.vue
0 → 100644
src/components/shared/Button.vue
0 → 100644
src/components/shared/Input.vue
0 → 100644
src/components/shared/Modal.vue
0 → 100644
src/components/shared/Tabs.vue
0 → 100644
src/context/AppContext.jsx
0 → 100644
src/hooks/useAuth.js
0 → 100644
src/index.css
0 → 100644
src/main.js
0 → 100644
src/pages/ActivityDetail.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/pages/CheckIn.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/pages/CreateActivity.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/pages/HomePage.vue
0 → 100644
src/pages/Messages.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/pages/Registration.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/pages/UserProfile.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/providers/AppProvider.vue
0 → 100644
src/stores/app.js
0 → 100644
src/utils/api.js
0 → 100644
tailwind.config.js
0 → 100644
template_config.json
0 → 100644
vite.config.js
0 → 100644
-
Please register or login to post a comment