refactor: clean up HomeView.vue and update Vite config

- Reformatted imports in HomeView.vue for better readability.
- Removed unnecessary comments and improved component structure.
- Updated styles in HomeView.vue for consistency.
- Removed input path from rollupOptions in vite.config.js.
This commit is contained in:
bighuixiang
2025-06-18 22:57:10 +08:00
parent 88866d9ea4
commit 3aa56c1c3f
6 changed files with 7799 additions and 6639 deletions

View File

@@ -97,7 +97,6 @@ export default defineConfig(({ mode }) => {
assetsDir: "assets",
// 分包策略
rollupOptions: {
input: path.resolve(__dirname, "public/index.html"),
output: {
manualChunks: {
vendor: ["vue", "vue-router", "vuex"],