9 Commits

Author SHA1 Message Date
0abb2b41c6 更新 vite.config.ts
All checks were successful
Vue3 Build and Serve CI / build-and-serve (push) Successful in 19s
2025-05-10 03:44:59 +00:00
192edcd698 更新 .gitea/workflows/gitea_workflows_vue-build-serve_Version3.yml
Some checks failed
Vue3 Build and Serve CI / build-and-serve (push) Failing after 27s
2025-05-10 03:43:24 +00:00
9208dd7b55 更新 .gitea/workflows/gitea_workflows_vue-build-serve_Version3.yml
Some checks failed
Vue3 Build and Serve CI / build-and-serve (push) Failing after 2s
2025-05-10 03:42:39 +00:00
c559114450 更新 .gitea/workflows/gitea_workflows_vue-build-serve_Version3.yml
Some checks failed
Vue3 Build and Serve CI / build-and-serve (push) Failing after 3s
2025-05-10 03:36:15 +00:00
4139b8253b 更新 .gitea/workflows/gitea_workflows_vue-build-serve_Version3.yml
Some checks failed
Vue3 Build and Serve CI / build-and-serve (push) Failing after 3s
2025-05-10 03:35:13 +00:00
30d6d9f02e 更新 .gitea/workflows/gitea_workflows_vue-build-serve_Version3.yml
Some checks failed
Vue3 Build and Serve (Persistent) / build-and-serve (push) Failing after 7s
2025-05-10 03:29:15 +00:00
9426d34f86 更新 .gitea/workflows/gitea_workflows_vue-build-serve_Version3.yml
Some checks failed
Vue3 Build and Serve (Persistent) / build-and-serve (push) Failing after 1s
2025-05-10 03:27:38 +00:00
2d73d4b4d1 更新 .gitea/workflows/gitea_workflows_vue-build-serve_Version3.yml
Some checks failed
Vue3 Build and Serve (Persistent) / build-and-serve (push) Failing after 3s
2025-05-10 03:25:48 +00:00
ce6ac43cbc feat: initialize Vue 3 project with Vite, add routing and basic components
Some checks failed
Vue3 Build and Serve (Persistent) / build-and-serve (push) Failing after 3s
- Created package.json with dependencies for Vue, Vue Router, and Element Plus.
- Added favicon.ico for branding.
- Implemented main App.vue with navigation and HelloWorld component.
- Created base CSS for styling and main CSS for layout.
- Added logo.svg for the application logo.
- Developed HelloWorld component to display a greeting message.
- Created TheWelcome component with multiple WelcomeItem components for project guidance.
- Added WelcomeItem component for structured welcome messages.
- Implemented various icons for documentation, tooling, ecosystem, community, and support.
- Set up main.ts for application entry point and router integration.
- Configured router with Home and About views.
- Developed AboutView and HomeView components for routing.
- Added TypeScript configuration files for app and node.
- Configured Vite for development server and Vue plugin integration.
2025-05-10 09:11:08 +08:00